Merge pull request #8353 from theguymadmax/fix-livetv-tabs

This commit is contained in:
Bill Thornton
2026-08-16 15:15:47 -04:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ const useCurrentTab = () => {
const activeTab: number =
searchParamsTab !== null ?
parseInt(searchParamsTab, 10) :
getDefaultViewIndex(location.pathname, libraryId);
getDefaultViewIndex(location.pathname, settingsKey);
return {
searchParams,