fix playlist index after drag and drop

This commit is contained in:
Luke Pulverenti 2016-07-11 14:59:46 -04:00
parent c9e9d57e29
commit 42840af961

View file

@ -134,6 +134,7 @@
}).then(function () { }).then(function () {
el.setAttribute('data-index', newIndex);
Dashboard.hideLoadingMsg(); Dashboard.hideLoadingMsg();
}, function () { }, function () {