Skip to content

Commit

Permalink
Fix deprecated channels on reinitialization. (#11779)
Browse files Browse the repository at this point in the history
Fixes #11778

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur committed Dec 15, 2021
1 parent a1e84cf commit caa9e35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ private void initializeChannels() {
sceneCache.clear();
sceneCollectionCache.clear();
scheduledEventCache.clear();
deprecatedChannelsCreated = false;
}

public @Nullable HDPowerViewWebTargets getWebTargets() {
Expand Down

0 comments on commit caa9e35

Please sign in to comment.