Skip to content

Commit

Permalink
Fix reference to deleted function
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed May 17, 2021
1 parent 8f04ebd commit 97e7384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sub getToken {

sub _provider {
my ($client, $url) = @_;
return Plugins::MixCloud::ProtocolHandler::fetchTrackDetail($client, $url);
return Plugins::MixCloud::ProtocolHandler::getMetadataFor($client, $url);
}

sub _parseTracks {
Expand Down

0 comments on commit 97e7384

Please sign in to comment.