Merge pull request #7028 from theguymadmax/add-play-button-movies
Add Play All button to movies
This commit is contained in:
@@ -11,6 +11,7 @@ import { MovieSuggestionsSectionsView } from 'types/sections';
|
||||
const moviesTabContent: LibraryTabContent = {
|
||||
viewType: LibraryTab.Movies,
|
||||
collectionType: CollectionType.Movies,
|
||||
isBtnPlayAllEnabled: true,
|
||||
isBtnShuffleEnabled: true,
|
||||
itemType: [BaseItemKind.Movie]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user