Merge pull request #7028 from theguymadmax/add-play-button-movies

Add Play All button to movies
This commit is contained in:
Bill Thornton
2025-10-09 15:33:46 -04:00
committed by GitHub
3 changed files with 12 additions and 0 deletions
@@ -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]
};