mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix wrong music videos showing on album page
This commit is contained in:
parent
dd90e80e03
commit
725e435584
1 changed files with 2 additions and 1 deletions
|
@ -606,7 +606,8 @@
|
|||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: "MusicVideo",
|
||||
Recursive: true,
|
||||
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated"
|
||||
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated",
|
||||
Albums: item.Name
|
||||
|
||||
}).done(function (result) {
|
||||
if (result.Items.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue