mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Update logo store when bulk changing logos.
This commit is contained in:
parent
388d9e7171
commit
8607d626fa
1 changed files with 3 additions and 0 deletions
|
|
@ -253,9 +253,12 @@ const ChannelBatchForm = ({ channelIds, isOpen, onClose }) => {
|
|||
}
|
||||
|
||||
await API.bulkUpdateChannels(updates);
|
||||
|
||||
// Refresh both channels and logos data
|
||||
await Promise.all([
|
||||
API.requeryChannels(),
|
||||
useChannelsStore.getState().fetchChannels(),
|
||||
ensureLogosLoaded(), // Ensure logos are refreshed
|
||||
]);
|
||||
|
||||
notifications.show({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue