diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-13 15:22:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-13 15:22:24 -0400 |
| commit | 0351c968c303da53db03aa2b99051d69c45f3ab8 (patch) | |
| tree | 78929c2770d585580d40fa740d9bd57cfd8dbf6d /MediaBrowser.Controller/Entities/AudioBook.cs | |
| parent | 0bc3cdfab7d15a42dadb0101d037cbf12631362b (diff) | |
reduce file checks during library scan
Diffstat (limited to 'MediaBrowser.Controller/Entities/AudioBook.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/AudioBook.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Entities/AudioBook.cs b/MediaBrowser.Controller/Entities/AudioBook.cs index 78fb10253..374bb21f7 100644 --- a/MediaBrowser.Controller/Entities/AudioBook.cs +++ b/MediaBrowser.Controller/Entities/AudioBook.cs @@ -51,12 +51,6 @@ namespace MediaBrowser.Controller.Entities return null; } - [IgnoreDataMember] - public override bool EnableRefreshOnDateModifiedChange - { - get { return true; } - } - public Guid? FindSeriesId() { return SeriesId; |
