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/Game.cs | |
| parent | 0bc3cdfab7d15a42dadb0101d037cbf12631362b (diff) | |
reduce file checks during library scan
Diffstat (limited to 'MediaBrowser.Controller/Entities/Game.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Game.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Entities/Game.cs b/MediaBrowser.Controller/Entities/Game.cs index a99058925..fd45f7c82 100644 --- a/MediaBrowser.Controller/Entities/Game.cs +++ b/MediaBrowser.Controller/Entities/Game.cs @@ -29,12 +29,6 @@ namespace MediaBrowser.Controller.Entities } [IgnoreDataMember] - public override bool EnableRefreshOnDateModifiedChange - { - get { return true; } - } - - [IgnoreDataMember] public override bool SupportsThemeMedia { get { return true; } |
