mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Merge pull request #8353 from theguymadmax/fix-livetv-tabs
This commit is contained in:
@@ -11,7 +11,7 @@ const useCurrentTab = () => {
|
||||
const activeTab: number =
|
||||
searchParamsTab !== null ?
|
||||
parseInt(searchParamsTab, 10) :
|
||||
getDefaultViewIndex(location.pathname, libraryId);
|
||||
getDefaultViewIndex(location.pathname, settingsKey);
|
||||
|
||||
return {
|
||||
searchParams,
|
||||
|
||||
Reference in New Issue
Block a user