diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-17 12:35:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-17 12:35:29 -0400 |
| commit | bba0c564c7f9db6a6d5d2b16b1c8ae453eeaed34 (patch) | |
| tree | 890566689f2d6e76eb0f7cef2c87c1b892bc5aa4 /MediaBrowser.Controller/Entities/TV | |
| parent | ba613d567102bd2c3ec2ce2c5f7f94dcd04f1c73 (diff) | |
remove dead interface objects
Diffstat (limited to 'MediaBrowser.Controller/Entities/TV')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Season.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Season.cs b/MediaBrowser.Controller/Entities/TV/Season.cs index 62af141593..ce13f5fc5f 100644 --- a/MediaBrowser.Controller/Entities/TV/Season.cs +++ b/MediaBrowser.Controller/Entities/TV/Season.cs @@ -36,7 +36,7 @@ namespace MediaBrowser.Controller.Entities.TV { get { - return true; + return false; } } |
