fix: playlistUpdate setting in channel class
This commit is contained in:
@@ -11,7 +11,7 @@ class Channel {
|
||||
this.group = group;
|
||||
this.playlist = playlist;
|
||||
this.playlistName = playlistName;
|
||||
this.playlistUpdate = this.playlistUpdate;
|
||||
this.playlistUpdate = playlistUpdate;
|
||||
}
|
||||
|
||||
restream() {
|
||||
|
||||
Reference in New Issue
Block a user