Requery channels when setting channel names from epg.

This commit is contained in:
SergeantPanda 2025-09-16 19:44:41 -05:00
parent ab3350d08d
commit 9ef2aa966d

View file

@ -485,6 +485,7 @@ export const WebsocketProvider = ({ children }) => {
});
// Refresh channels data
try {
await API.requeryChannels();
await useChannelsStore.getState().fetchChannels();
} catch (e) {
console.warn(