move last fm providers to a plugin
This commit is contained in:
parent
2d1a56ded3
commit
2981f1056d
9 changed files with 40 additions and 20 deletions
|
@ -22,7 +22,7 @@
|
|||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: section.types,
|
||||
Filters: "IsFavorite",
|
||||
Limit: screenWidth >= 1920 ? 9 : (screenWidth >= 1440 ? 8 : 6),
|
||||
Limit: screenWidth >= 1920 ? 8 : (screenWidth >= 1440 ? 8 : 6),
|
||||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio",
|
||||
CollapseBoxSetItems: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue