diff --git a/plugin/PlayLists/PlayLists.php b/plugin/PlayLists/PlayLists.php index 8cd60af551fd..bc625ca53b53 100644 --- a/plugin/PlayLists/PlayLists.php +++ b/plugin/PlayLists/PlayLists.php @@ -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; }