mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 12:36:42 +00:00
Requery channels on successful m3u refresh.
This commit is contained in:
parent
df23d3660b
commit
3f7e92ae44
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ export default function M3URefreshNotification() {
|
|||
// Only trigger additional fetches on successful completion
|
||||
if (data.action == 'parsing') {
|
||||
fetchStreams();
|
||||
API.requeryChannels();
|
||||
fetchChannels();
|
||||
} else if (data.action == 'processing_groups') {
|
||||
fetchStreams();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue