stuff
This commit is contained in:
parent
a2d9229e85
commit
ec7ef72b93
|
@ -1038,7 +1038,6 @@
|
|||
"MessageHeader",
|
||||
"MessageTimestamp",
|
||||
"NameTag",
|
||||
"NowPlayingHeader",
|
||||
"NowPlayingItem",
|
||||
"SystemMessage",
|
||||
"SimpleMessageAccessories",
|
||||
|
@ -7626,6 +7625,10 @@
|
|||
|
||||
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
Loading…
Reference in New Issue