bugfix: audio playback on chromium now correctly utilizes hls.js

This commit is contained in:
2026-02-22 15:28:55 -05:00
parent ef15b646cc
commit c0ae5fdebb
2 changed files with 102 additions and 79 deletions

View File

@@ -37,6 +37,7 @@ const baseNavItems: NavItem[] = [
{ label: "Manage Requests", href: "/TRip/requests", auth: true },
],
},
{ label: "Discord Logs", href: "/discord-logs", auth: true },
{
label: "Admin",
href: "javascript:void(0)",
@@ -44,7 +45,6 @@ const baseNavItems: NavItem[] = [
adminOnly: true,
children: [
{ label: "Lighting", href: "/lighting", auth: true, adminOnly: true },
{ label: "Discord Logs", href: "/discord-logs", auth: true, adminOnly: true },
{ label: "Glances", href: "https://_gl.codey.horse", auth: true, icon: "external", adminOnly: true },
{ label: "PSQL", href: "https://_pg.codey.horse", auth: true, icon: "external", adminOnly: true },
{ label: "SQLite", href: "https://_sqlite.codey.horse", auth: true, icon: "external", adminOnly: true },