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

re-factored some file system access

This commit is contained in:
Luke Pulverenti 2013-06-03 22:02:49 -04:00
parent 0d98c7fa71
commit 2c631573d6
3 changed files with 4 additions and 2 deletions

View file

@ -278,7 +278,8 @@
var options = {
userId: Dashboard.getCurrentUserId(),
limit: item.Type == "MusicAlbum" ? 6 : 8
limit: item.Type == "MusicAlbum" ? 6 : 8,
fields: "PrimaryImageAspectRatio,DateCreated,UserData"
};
if (item.Type == "Movie") {