mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 05:27:01 +03:00
improve display
This commit is contained in:
10
plugin/Text.pm
Normal file
10
plugin/Text.pm
Normal file
@@ -0,0 +1,10 @@
|
||||
package Plugins::SqueezeESP32::Text;
|
||||
|
||||
use strict;
|
||||
|
||||
use base qw(Slim::Display::Text);
|
||||
|
||||
# we don't want the special Noritake codes
|
||||
sub vfdmodel { 'squeezeslave' }
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user