diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-14 14:56:56 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-14 14:56:56 -0500 |
| commit | a86d0a35853e85bf8a6f99ecb5ef9132813d0fba (patch) | |
| tree | 76b36c8b7a769642fd172edbb37c469f15a78f64 /MediaBrowser.Controller/Entities/UserView.cs | |
| parent | 3eda14eff02dbfcabdf6392dbb21362f4aef0962 (diff) | |
update subtitles
Diffstat (limited to 'MediaBrowser.Controller/Entities/UserView.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/UserView.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/UserView.cs b/MediaBrowser.Controller/Entities/UserView.cs index 473c671ee..ebd97e5c8 100644 --- a/MediaBrowser.Controller/Entities/UserView.cs +++ b/MediaBrowser.Controller/Entities/UserView.cs @@ -170,8 +170,9 @@ namespace MediaBrowser.Controller.Entities { CollectionType.Games, CollectionType.Books, - CollectionType.MusicVideos , - CollectionType.HomeVideos + CollectionType.MusicVideos, + CollectionType.HomeVideos, + CollectionType.Photos }; return types.Contains(viewType ?? string.Empty, StringComparer.OrdinalIgnoreCase); |
