fix: playlistUpdate setting in channel class

This commit is contained in:
antebrl
2025-01-18 00:22:16 +00:00
parent 456f97e1c5
commit 669d08d6c6

View File

@@ -11,7 +11,7 @@ class Channel {
this.group = group;
this.playlist = playlist;
this.playlistName = playlistName;
this.playlistUpdate = this.playlistUpdate;
this.playlistUpdate = playlistUpdate;
}
restream() {