From 0a34586e3a0ba0115150a739d3f174f46e727bc7 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 7 May 2021 10:59:50 +0200 Subject: [PATCH] Update BDFDB.data.json --- Library/_res/BDFDB.data.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 1f54cd1caa..047c61543b 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -111,6 +111,7 @@ "SpellCheckUtils": {"props": ["learnWord", "toggleSpellcheck"]}, "SpotifyTrackUtils": {"props": ["hasConnectedAccount", "getLastPlayedTrackId"]}, "SpotifyUtils": {"props": ["setActiveDevice", "pause"]}, + "StageChannelLiveStore": {"props": ["getAllLiveStageChannels", "useAllLiveStageChannels"]}, "StageChannelStore": {"props": ["getStageInstanceByChannel", "getAllStageInstances"]}, "StateStoreUtils": {"props": ["useStateFromStores", "useStateFromStoresArray"]}, "StatusMetaUtils": {"props": ["getApplicationActivity", "getStatus"]}, @@ -482,6 +483,9 @@ }, "icon": "" }, + "PODIUM": { + "icon": "" + }, "QUESTIONMARK": { "icon": "" },