refactor: better storage of auto-update playlists
This commit is contained in:
@@ -43,6 +43,7 @@ const server = app.listen(PORT, async () => {
|
||||
await streamController.start(ChannelService.getCurrentChannel());
|
||||
}
|
||||
PlaylistUpdater.startScheduler();
|
||||
PlaylistUpdater.registerChannelsPlaylist(ChannelService.getChannels());
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user