Remove quality/volume URL params from Nitro client (Nitro V3 uses NitroConfig, not URL params)

This commit is contained in:
root
2026-06-26 20:17:28 +02:00
parent 0a16f05d54
commit 069a307dd7
5 changed files with 1 additions and 28 deletions
@@ -626,7 +626,6 @@
@php
$nitroUrl = sprintf('%s/index.html?sso=%s', setting('nitro_path'), $sso);
$toolbarParams = [];
// Toolbar with fallback to button colors (don't URL encode - # is valid in URLs)
$toolbarParams[] = 'toolbar_primary=' . (setting('toolbar_primary_color') ?: setting('button_primary_color', '#eeb425'));
$toolbarParams[] = 'toolbar_hover=' . (setting('toolbar_hover_color') ?: setting('button_hover_color', '#cf9d15'));
$toolbarParams[] = 'toolbar_border=' . (setting('toolbar_border_color') ?: setting('button_border_color', '#cf9d15'));