mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
By player screen settings
This commit is contained in:
@@ -25,6 +25,7 @@ sub playerSettingsFrame {
|
||||
if ($id == 0xfe) {
|
||||
$value = (unpack('Cn', $$data_ref))[1];
|
||||
if ($value > 100 && $value < 400) {
|
||||
$prefs->client($client)->set('width', $value);
|
||||
$client->display->modes($client->display->build_modes($value));
|
||||
$client->display->widthOverride(1, $value);
|
||||
$client->update;
|
||||
|
||||
Reference in New Issue
Block a user