Requery channels on successful m3u refresh.

This commit is contained in:
SergeantPanda 2025-07-13 19:12:45 -05:00
parent df23d3660b
commit 3f7e92ae44

View file

@ -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();