mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve tab refresh
This commit is contained in:
parent
9977ee3741
commit
e9cd78f796
2 changed files with 14 additions and 12 deletions
|
@ -234,6 +234,7 @@
|
|||
|
||||
if (state.NowPlayingItem && state.NowPlayingItem.MediaType == 'Video') {
|
||||
|
||||
renderedTabs = [];
|
||||
mdlTabs.dispatchEvent(new CustomEvent("tabchange", {
|
||||
detail: {
|
||||
selectedTabIndex: libraryBrowser.selectedTab(mdlTabs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue