mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix play all from here
This commit is contained in:
parent
59ede5b1e6
commit
ba45e06d36
1 changed files with 5 additions and 0 deletions
|
@ -1553,6 +1553,11 @@
|
||||||
value: item.LocationType || ''
|
value: item.LocationType || ''
|
||||||
});
|
});
|
||||||
|
|
||||||
|
atts.push({
|
||||||
|
name: 'index',
|
||||||
|
value: index
|
||||||
|
});
|
||||||
|
|
||||||
if (item.AlbumId) {
|
if (item.AlbumId) {
|
||||||
atts.push({
|
atts.push({
|
||||||
name: 'albumid',
|
name: 'albumid',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue