From ba45e06d36661ac1715a001eae8108dbe89b25c6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 28 Apr 2016 01:00:15 -0400 Subject: [PATCH] fix play all from here --- dashboard-ui/scripts/librarybrowser.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index ee654b5088..4ae453a525 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1553,6 +1553,11 @@ value: item.LocationType || '' }); + atts.push({ + name: 'index', + value: index + }); + if (item.AlbumId) { atts.push({ name: 'albumid',