update module name in log message
This commit is contained in:
parent
8d3e8eb5b2
commit
31f035e359
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ class CastPlayer {
|
||||||
receiverName: receiverName
|
receiverName: receiverName
|
||||||
});
|
});
|
||||||
|
|
||||||
console.debug('cc: message{' + message.command + '; ' + serverAddress + ' -> ' + serverLocalAddress + '}');
|
console.debug('[chromecastPlayer] message{' + message.command + '; ' + serverAddress + ' -> ' + serverLocalAddress + '}');
|
||||||
|
|
||||||
const bitrateSetting = appSettings.maxChromecastBitrate();
|
const bitrateSetting = appSettings.maxChromecastBitrate();
|
||||||
if (bitrateSetting) {
|
if (bitrateSetting) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue