Fix package name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package Plugins::YoutubeMusic::Plugin;
|
package Plugins::YouTubeMusic::Plugin;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
@@ -16,8 +16,6 @@ my $log = Slim::Utils::Log->addLogCategory({
|
|||||||
|
|
||||||
my $prefs = preferences('plugin.youtubemusic');
|
my $prefs = preferences('plugin.youtubemusic');
|
||||||
|
|
||||||
use Plugins::YoutubeMusic::ProtocolHandler;
|
|
||||||
|
|
||||||
sub initPlugin {
|
sub initPlugin {
|
||||||
my $class = shift;
|
my $class = shift;
|
||||||
|
|
||||||
|
|||||||
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>dd83de3c68415d68328f50b47cf97ef5846b128b</sha>
|
<sha>821e7158bb8ce839a2e5cde73a0bc114888b0c88</sha>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|||||||
Reference in New Issue
Block a user