stuff
This commit is contained in:
parent
a2d9229e85
commit
ec7ef72b93
|
@ -1038,7 +1038,6 @@
|
||||||
"MessageHeader",
|
"MessageHeader",
|
||||||
"MessageTimestamp",
|
"MessageTimestamp",
|
||||||
"NameTag",
|
"NameTag",
|
||||||
"NowPlayingHeader",
|
|
||||||
"NowPlayingItem",
|
"NowPlayingItem",
|
||||||
"SystemMessage",
|
"SystemMessage",
|
||||||
"SimpleMessageAccessories",
|
"SimpleMessageAccessories",
|
||||||
|
@ -7626,6 +7625,10 @@
|
||||||
|
|
||||||
LibraryComponents.NavItem = BDFDB.ModuleUtils.findByName("NavItem");
|
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 {
|
LibraryComponents.Popout = BDFDB.ReactUtils.getValue(window.BDFDB, "LibraryComponents.Popout") || reactInitialized && class BDFDB_Popout extends LibraryModules.React.Component {
|
||||||
componentWillUnmount() {
|
componentWillUnmount() {
|
||||||
delete this.props.containerInstance.popout;
|
delete this.props.containerInstance.popout;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue