diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-18 09:39:27 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-18 09:39:27 -0400 |
| commit | 61c13e8f2c1e9ae3cabb7e8683279823423cbbab (patch) | |
| tree | a22279bf7593fb78fc10a67b92d391c0acc48ff4 /MediaBrowser.Controller/Entities | |
| parent | b405b8f80bc7bd60c30579facfd29727e32d062a (diff) | |
change key used to generate chapter image file names
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Episode.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index 9a2acc1081..c6c426a680 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -27,7 +27,7 @@ namespace MediaBrowser.Controller.Entities.TV { get { - return true; + return false; } } |
