Fix base module path
This commit is contained in:
@@ -2,7 +2,7 @@ package Plugins::YouTubeMusic::Plugin;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
use base qw(Slim:Plugin:Base);
|
use base qw(Slim::Plugin::Base);
|
||||||
|
|
||||||
use Slim::Utils::Strings qw(string);
|
use Slim::Utils::Strings qw(string);
|
||||||
use Slim::Utils::Prefs;
|
use Slim::Utils::Prefs;
|
||||||
|
|||||||
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>b00fcb4a8f65c336a23d4bd9a701fe5270be461c</sha>
|
<sha>583124c4d8660e37aa6f26b9cb115f4884444bc0</sha>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|||||||
Reference in New Issue
Block a user