diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/TV/Episode.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Episode.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index 3bdfc3c444..73726a4e28 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -12,28 +12,6 @@ namespace MediaBrowser.Controller.Entities.TV public class Episode : Video { /// <summary> - /// Episodes have a special Metadata folder - /// </summary> - /// <value>The meta location.</value> - [IgnoreDataMember] - public override string MetaLocation - { - get - { - return System.IO.Path.Combine(Parent.Path, "metadata"); - } - } - - [IgnoreDataMember] - protected override bool UseParentPathToCreateResolveArgs - { - get - { - return false; - } - } - - /// <summary> /// Gets the season in which it aired. /// </summary> /// <value>The aired season.</value> |
