mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix playlist item count variable name
Signed-off-by: Kevin G <kevin@myplaceonline.com>
This commit is contained in:
parent
f3ca76e418
commit
40074c6433
2 changed files with 3 additions and 3 deletions
|
@ -121,7 +121,7 @@ function showContextMenu(card, options = {}) {
|
|||
}
|
||||
index++;
|
||||
}
|
||||
item.PlaylistItems = index;
|
||||
item.PlaylistItemCount = index;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue