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:
parent
0d98c7fa71
commit
2c631573d6
3 changed files with 4 additions and 2 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue