Skip to content

Commit

Permalink
Merge pull request #317 from CyBear-Jinni/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
guyluz11 authored Apr 28, 2023
2 parents 845a7ee + 19adef4 commit 762de4a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ class ChromeCastEntity extends GenericSmartTvDE {

Future<void> setUpNodeRedApi() async {
// TODO: add check to add uniqueId + action as flow in node read only if missing
if (lastKnownIp == null) {
logger.w('Chromecast last known ip is null');
return;
}
chromecastNodeRedApi = ChromecastNodeRedApi();
chromecastNodeRedApi.setNewYoutubeVideoNodes(
uniqueId.getOrCrash(),
Expand Down

0 comments on commit 762de4a

Please sign in to comment.