Skip to content

Commit

Permalink
Fix more encoding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed May 18, 2024
1 parent b1e40dd commit 8fc6a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YoutubeExplode/Playlists/PlaylistController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public async ValueTask<PlaylistBrowseResponse> GetPlaylistBrowseResponseAsync(
// lang=json
$$"""
{
"browseId": {{Json.Serialize("VL" + playlistId)}}},
"browseId": {{Json.Serialize("VL" + playlistId)}},
"context": {
"client": {
"clientName": "WEB",
Expand Down

0 comments on commit 8fc6a64

Please sign in to comment.