This commit is contained in:
Mirco Wittrien 2020-02-08 10:13:17 +01:00
parent ec7ef72b93
commit 3ecd687b78
2 changed files with 3 additions and 6 deletions

View File

@ -1044,7 +1044,8 @@
"UserInfo"
];
WebModulesData.MemoComponent = [
"MessageContent"
"MessageContent",
"NowPlayingHeader"
];
WebModulesData.NonPrototype = [].concat(WebModulesData.DefaultRender, WebModulesData.MemoComponent, [
"ChannelTextAreaContainer"
@ -7625,10 +7626,6 @@
LibraryComponents.NavItem = BDFDB.ModuleUtils.findByName("NavItem");
LibraryComponents.NowPlayingComponents = Object.assign({}, BDFDB.ModuleUtils.findByName("NowPlayingItem"));
LibraryComponents.NowPlayingComponents.Card = BDFDB.ModuleUtils.findByName("NowPlayingItem");
LibraryComponents.Popout = BDFDB.ReactUtils.getValue(window.BDFDB, "LibraryComponents.Popout") || reactInitialized && class BDFDB_Popout extends LibraryModules.React.Component {
componentWillUnmount() {
delete this.props.containerInstance.popout;

File diff suppressed because one or more lines are too long