diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/PhotoAlbum.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/PhotoAlbum.cs | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/MediaBrowser.Controller/Entities/PhotoAlbum.cs b/MediaBrowser.Controller/Entities/PhotoAlbum.cs deleted file mode 100644 index af9d8c801..000000000 --- a/MediaBrowser.Controller/Entities/PhotoAlbum.cs +++ /dev/null @@ -1,34 +0,0 @@ -using MediaBrowser.Model.Serialization; - -namespace MediaBrowser.Controller.Entities -{ - public class PhotoAlbum : Folder - { - [IgnoreDataMember] - public override bool AlwaysScanInternalMetadataPath - { - get - { - return true; - } - } - - [IgnoreDataMember] - public override bool SupportsPlayedStatus - { - get - { - return false; - } - } - - [IgnoreDataMember] - public override bool SupportsInheritedParentImages - { - get - { - return false; - } - } - } -} |
