mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Requery channels when setting channel names from epg.
This commit is contained in:
parent
ab3350d08d
commit
9ef2aa966d
1 changed files with 1 additions and 0 deletions
|
|
@ -485,6 +485,7 @@ export const WebsocketProvider = ({ children }) => {
|
|||
});
|
||||
// Refresh channels data
|
||||
try {
|
||||
await API.requeryChannels();
|
||||
await useChannelsStore.getState().fetchChannels();
|
||||
} catch (e) {
|
||||
console.warn(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue