Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 29, 2024
1 parent 1a9e83e commit fee3cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/PlayLists/PlayLists.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,9 @@ static function getLink($playlists_id, $embed = false, $playlist_index = null)
}
}
if (isset($playlist_index)) {
$url = addLastSlash($url);
//$url = addQueryStringParameter($url, 'playlist_index', $playlist_index);
$url .= "/$playlist_index";
$url .= "$playlist_index";
}
return $url;
}
Expand Down

0 comments on commit fee3cc2

Please sign in to comment.