Skip to content

Commit

Permalink
Fix 404 Not Found error when browsing menu entries
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed Jan 14, 2021
1 parent 6004b58 commit 90c4c23
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 @@ -230,7 +230,7 @@ sub tracksHandler {
}
}

my $queryUrl = "$method://api.mixcloud.com/$resource/?offset=$i&limit=$quantity&" . $params;
my $queryUrl = "$method://api.mixcloud.com/$resource?offset=$i&limit=$quantity&" . $params;
#$queryUrl= "http://192.168.56.1/json/cloudcasts.json";
$log->info("Fetching $queryUrl");

Expand Down

0 comments on commit 90c4c23

Please sign in to comment.