mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
6f21a963ea
commit
823f69bb92
68 changed files with 303 additions and 388 deletions
|
@ -873,7 +873,7 @@
|
|||
var options = {
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
limit: 8,
|
||||
fields: "PrimaryImageAspectRatio,UserData,SyncInfo,CanDelete"
|
||||
fields: "PrimaryImageAspectRatio,UserData,CanDelete"
|
||||
};
|
||||
|
||||
if (item.Type == 'MusicAlbum' && item.AlbumArtists && item.AlbumArtists.length) {
|
||||
|
@ -1554,7 +1554,7 @@
|
|||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: "MusicVideo",
|
||||
Recursive: true,
|
||||
Fields: "DateCreated,SyncInfo,CanDelete",
|
||||
Fields: "DateCreated,CanDelete",
|
||||
Albums: item.Name
|
||||
|
||||
}).then(function (result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue