Try with hardcoded path for library imports
All checks were successful
release / release-plugins (push) Successful in 25s
All checks were successful
release / release-plugins (push) Successful in 25s
This commit is contained in:
@@ -5,9 +5,9 @@ use strict;
|
||||
use base qw(Slim::Plugin::OPMLBased);
|
||||
|
||||
use File::Spec::Functions qw(catdir);
|
||||
use FindBin qw($Bin);
|
||||
use lib catdir($Bin, 'Plugins', 'YouTubeMusic', 'lib');
|
||||
use lib catdir($Bin, 'Plugins', 'YouTubeMusic', 'CPAN');
|
||||
use constant PLUGIN_DIR => '/config/cache/InstalledPlugins/Plugins/YouTubeMusic'
|
||||
use lib catdir($PLUGIN_DIR, 'lib');
|
||||
use lib catdir($PLUGIN_DIR, 'CPAN');
|
||||
use YTMusicAPI qw(YTMusic);
|
||||
|
||||
use Slim::Utils::Strings qw(string);
|
||||
|
||||
Reference in New Issue
Block a user