aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/UserView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Entities/UserView.cs')
-rw-r--r--MediaBrowser.Controller/Entities/UserView.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/UserView.cs b/MediaBrowser.Controller/Entities/UserView.cs
index f4577435f..f8d5e1868 100644
--- a/MediaBrowser.Controller/Entities/UserView.cs
+++ b/MediaBrowser.Controller/Entities/UserView.cs
@@ -84,7 +84,8 @@ namespace MediaBrowser.Controller.Entities
CollectionType.HomeVideos,
CollectionType.Photos,
CollectionType.Playlists,
- CollectionType.BoxSets
+ CollectionType.BoxSets,
+ CollectionType.MusicVideos
};
var collectionFolder = folder as ICollectionFolder;