Fix constant assignement
All checks were successful
release / release-plugins (push) Successful in 23s
All checks were successful
release / release-plugins (push) Successful in 23s
This commit is contained in:
@@ -8,8 +8,8 @@ use Slim::Utils::Strings qw(string cstring);
|
|||||||
use JSON::XS::VersionOneAndTwo;
|
use JSON::XS::VersionOneAndTwo;
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
|
||||||
use constant CLIENT_ID = "861556708454-d6dlm3lh05idd8npek18k6be8ba3oc68.apps.googleusercontent.com";
|
use constant CLIENT_ID => "861556708454-d6dlm3lh05idd8npek18k6be8ba3oc68.apps.googleusercontent.com";
|
||||||
use constant CLIENT_SECRET = "SboVhoG9s0rNafixCSGGKXAT";
|
use constant CLIENT_SECRET => "SboVhoG9s0rNafixCSGGKXAT";
|
||||||
|
|
||||||
my $log = logger('plugin.youtubemusic');
|
my $log = logger('plugin.youtubemusic');
|
||||||
my $cache = Slim::Utils::Cache->new();
|
my $cache = Slim::Utils::Cache->new();
|
||||||
|
|||||||
Reference in New Issue
Block a user