update scheduled tasks page

This commit is contained in:
Luke Pulverenti
2015-10-12 15:09:56 -04:00
parent 9ec1376e5f
commit cc023262c5
3 changed files with 8 additions and 4 deletions

View File

@@ -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;