refactor: Update axios configuration for downloading subtitles

This commit is contained in:
Peifan Li
2026-01-04 12:32:28 -05:00
parent 8e533e3615
commit c995eb3637
10 changed files with 197 additions and 65 deletions

View File

@@ -44,7 +44,7 @@ const MobileMenu: React.FC<MobileMenuProps> = ({
videos = [],
availableTags = [],
selectedTags = [],
onTagToggle
onTagToggle = () => { }
}) => {
const { t } = useLanguage();
const { logout, userRole } = useAuth();