diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Episode.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index 737fa9fd6..9a2acc108 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -22,6 +22,15 @@ namespace MediaBrowser.Controller.Entities.TV } } + [IgnoreDataMember] + protected override bool UseParentPathToCreateResolveArgs + { + get + { + return true; + } + } + /// <summary> /// We want to group into series not show individually in an index /// </summary> |
