Try with hardcoded path for library imports
All checks were successful
release / release-plugins (push) Successful in 24s
All checks were successful
release / release-plugins (push) Successful in 24s
This commit is contained in:
@@ -6,8 +6,8 @@ use base qw(Slim::Plugin::OPMLBased);
|
||||
|
||||
use File::Spec::Functions qw(catdir);
|
||||
use constant PLUGIN_DIR => '/config/cache/InstalledPlugins/Plugins/YouTubeMusic'
|
||||
use lib catdir($PLUGIN_DIR, 'lib');
|
||||
use lib catdir($PLUGIN_DIR, 'CPAN');
|
||||
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