mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
Fetch Playlists on successful m3u update.
This commit is contained in:
parent
1ece74a0b0
commit
13672919d0
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ export const WebsocketProvider = ({ children }) => {
|
|||
}
|
||||
|
||||
updatePlaylist(updateData);
|
||||
fetchPlaylists(); // Refresh playlists to ensure UI is up-to-date
|
||||
} else {
|
||||
// Log when playlist can't be found for debugging purposes
|
||||
console.warn(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue