[UI Work] Add Overview Artist Index View

This commit is contained in:
Qstick 2017-10-15 02:17:53 -04:00
commit 566ac1a9d3
41 changed files with 1337 additions and 138 deletions

View file

@ -206,7 +206,10 @@ const queueActionHandlers = {
});
promise.done((data) => {
dispatch(fetchQueue());
dispatch(batchActions([
set({ section, isRemoving: false }),
fetchQueue()
]));
});
promise.fail((xhr) => {