pull/40/head
Juraj Nyíri 3 years ago
parent 20d06ff795
commit 02a2342710

@ -19417,7 +19417,7 @@ class PlayController {
await this.playViaAndroidTV(entity.value, streamLink, instantPlay, provider); await this.playViaAndroidTV(entity.value, streamLink, instantPlay, provider);
} }
else { else {
await this.playViaAndroidTV(entity.value, processData.guid, instantPlay, provider); await this.playViaAndroidTV(entity.value, processData.key, instantPlay, provider);
} }
break; break;
case 'plexPlayer': case 'plexPlayer':
@ -19796,8 +19796,7 @@ class PlayController {
hasKodiMediaSearchInstalled) || hasKodiMediaSearchInstalled) ||
(!lodash.isEqual(this.runBefore, false) && hasKodiMediaSearchInstalled)); (!lodash.isEqual(this.runBefore, false) && hasKodiMediaSearchInstalled));
} }
return true; // temp return false;
// return false;
}; };
this.isCastSupported = (entityName) => { this.isCastSupported = (entityName) => {
return ((this.hass.states[entityName] && return ((this.hass.states[entityName] &&

@ -136,7 +136,7 @@ class PlayController {
await this.playViaAndroidTV(entity.value, streamLink, instantPlay, provider); await this.playViaAndroidTV(entity.value, streamLink, instantPlay, provider);
} else { } else {
await this.playViaAndroidTV(entity.value, processData.guid, instantPlay, provider); await this.playViaAndroidTV(entity.value, processData.key, instantPlay, provider);
} }
break; break;
@ -565,8 +565,7 @@ class PlayController {
(!_.isEqual(this.runBefore, false) && hasKodiMediaSearchInstalled) (!_.isEqual(this.runBefore, false) && hasKodiMediaSearchInstalled)
); );
} }
return true; // temp return false;
// return false;
}; };
private isCastSupported = (entityName: string): boolean => { private isCastSupported = (entityName: string): boolean => {

Loading…
Cancel
Save