mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix sync task button
This commit is contained in:
parent
f6b89286dc
commit
9ebe643e87
9 changed files with 66 additions and 48 deletions
|
@ -674,7 +674,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
viewMenuBarTabs.querySelector('is=["emby-tabs"]').selectedIndex(selectedIndex);
|
||||
viewMenuBarTabs.querySelector('[is="emby-tabs"]').selectedIndex(selectedIndex);
|
||||
|
||||
LibraryMenu.tabType = type;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue