Add limit setting to songs controller

This commit is contained in:
MrTimscampi 2020-04-03 23:19:21 +02:00
parent 835e9614b9
commit 3a3be4f71c
3 changed files with 15 additions and 7 deletions

View file

@ -30,7 +30,7 @@ define(["layoutManager", "playbackManager", "loading", "events", "libraryBrowser
Fields: "PrimaryImageAspectRatio,SortName,BasicSyncInfo",
ImageTypeLimit: 1,
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
StartIndex: 0,
StartIndex: 0
},
view: libraryBrowser.getSavedView(key) || "Poster"
};