Add use statement for logger in settings
This commit is contained in:
@@ -3,6 +3,8 @@ package Plugins::YouTubeMusic::Settings;
|
|||||||
use strict;
|
use strict;
|
||||||
use base qw(Slim::Web::Settings);
|
use base qw(Slim::Web::Settings);
|
||||||
|
|
||||||
|
use Slim::Utils::Log;
|
||||||
|
|
||||||
my $log = logger('plugin.youtubemusic');
|
my $log = logger('plugin.youtubemusic');
|
||||||
|
|
||||||
sub name {
|
sub name {
|
||||||
|
|||||||
2
repo.xml
2
repo.xml
@@ -9,7 +9,7 @@
|
|||||||
<link>https://git.sanggi.ch/matteo/lms-plugins</link>
|
<link>https://git.sanggi.ch/matteo/lms-plugins</link>
|
||||||
<creator>mschuepbach</creator>
|
<creator>mschuepbach</creator>
|
||||||
<email>mschuepbach@pm.me</email>
|
<email>mschuepbach@pm.me</email>
|
||||||
<sha>aa869ad5116c39221e30abad9b3cbd8b4e79bcc0</sha>
|
<sha>1255a9cc37e3581f3df7d4b153ef6ea980cfc8aa</sha>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|||||||
Reference in New Issue
Block a user