1
0
Fork 0
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:
Luke Pulverenti 2016-04-28 01:00:15 -04:00
parent 59ede5b1e6
commit ba45e06d36

View file

@ -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',