mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added another fallback for id's being empty when chromecasting
This commit is contained in:
@@ -256,7 +256,7 @@ function getSessionChatPass(id, callback) {
|
||||
|
||||
function setChromecastHost(id, other_id, list, callback) {
|
||||
try {
|
||||
if(id == "empty" || id == undefined) {
|
||||
if(id == "empty" || id == undefined || other_id == "empty" || other_id == undefined) {
|
||||
callback();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user