1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

move last fm providers to a plugin

This commit is contained in:
Luke Pulverenti 2014-07-13 17:03:57 -04:00
parent 2d1a56ded3
commit 2981f1056d
9 changed files with 40 additions and 20 deletions

View file

@ -12,7 +12,7 @@
var options = {
IncludeItemTypes: "Movie",
Limit: screenWidth >= 1920 ? 30 : (screenWidth >= 1440 ? 30 : (screenWidth >= 800 ? 28 : 18)),
Limit: screenWidth >= 1920 ? 28 : (screenWidth >= 1440 ? 30 : (screenWidth >= 800 ? 28 : 18)),
Fields: "PrimaryImageAspectRatio",
ParentId: parentId,
IsPlayed: false