added watching channel
This commit is contained in:
@@ -83,6 +83,6 @@ function selectChannel(channelName) {
|
||||
|
||||
let port = getPort();
|
||||
if (port) {
|
||||
port.postMessage({action: "select", channelName: channelName});
|
||||
port.postMessage({action: "select", type: "twitch", name: channelName});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user