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
@@ -33,7 +33,6 @@ class PreferencesController extends Controller
'email_notifications' => 'sometimes|boolean',
'client_open_mode' => 'sometimes|in:same,new_window',
'client_volume' => 'sometimes|integer|min:0|max:100',
'client_quality' => 'sometimes|in:low,medium,high',
'compact_mode' => 'sometimes|boolean',
'hide_online' => 'sometimes|boolean',
'default_page' => 'sometimes|in:me,hotel,community,shop',
@@ -57,7 +56,6 @@ class PreferencesController extends Controller
'email_notifications' => false,
'client_open_mode' => 'same',
'client_volume' => 50,
'client_quality' => 'medium',
'compact_mode' => false,
'hide_online' => false,
'default_page' => 'me',