1
0
Fork 0
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:
Luke Pulverenti 2016-05-25 13:03:52 -04:00
parent 9977ee3741
commit e9cd78f796
2 changed files with 14 additions and 12 deletions

View file

@ -234,6 +234,7 @@
if (state.NowPlayingItem && state.NowPlayingItem.MediaType == 'Video') {
renderedTabs = [];
mdlTabs.dispatchEvent(new CustomEvent("tabchange", {
detail: {
selectedTabIndex: libraryBrowser.selectedTab(mdlTabs)