bugfix: audio playback on chromium now correctly utilizes hls.js
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user