mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
[UI Work] Add Overview Artist Index View
This commit is contained in:
parent
f6fc78d927
commit
566ac1a9d3
41 changed files with 1337 additions and 138 deletions
|
@ -206,7 +206,10 @@ const queueActionHandlers = {
|
|||
});
|
||||
|
||||
promise.done((data) => {
|
||||
dispatch(fetchQueue());
|
||||
dispatch(batchActions([
|
||||
set({ section, isRemoving: false }),
|
||||
fetchQueue()
|
||||
]));
|
||||
});
|
||||
|
||||
promise.fail((xhr) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue