diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-29 00:06:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-29 00:06:30 -0400 |
| commit | 18a7ddc2fa4644a10de0d9f72b3154ff4528be89 (patch) | |
| tree | e616c865391624dddf93925cdb20ff2a161caf17 /MediaBrowser.Controller/Entities/TV | |
| parent | 7e636a977a47f67af9bebfcbb6ebc89035ad91bd (diff) | |
add photo album
Diffstat (limited to 'MediaBrowser.Controller/Entities/TV')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Episode.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index 70577bbfde..b95c7df9c5 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -95,6 +95,7 @@ namespace MediaBrowser.Controller.Entities.TV } } + [IgnoreDataMember] public override Folder LatestItemsIndexContainer { get |
