Add use statement for logger in settings

This commit is contained in:
mschuepbach
2024-03-14 00:19:15 +01:00
parent cbee946bfb
commit 2bdfbd1eec
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ package Plugins::YouTubeMusic::Settings;
use strict;
use base qw(Slim::Web::Settings);
use Slim::Utils::Log;
my $log = logger('plugin.youtubemusic');
sub name {

View File

@@ -9,7 +9,7 @@
<link>https://git.sanggi.ch/matteo/lms-plugins</link>
<creator>mschuepbach</creator>
<email>mschuepbach@pm.me</email>
<sha>aa869ad5116c39221e30abad9b3cbd8b4e79bcc0</sha>
<sha>1255a9cc37e3581f3df7d4b153ef6ea980cfc8aa</sha>
</plugin>
</plugins>
</extensions>