We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784f21d commit be6fa51Copy full SHA for be6fa51
ModAssistant/Classes/External Interfaces/Playlists.cs
@@ -24,7 +24,7 @@ public static async Task DownloadAll(Uri uri)
24
switch (uri.Host)
25
{
26
case "playlist":
27
- Uri url = new Uri($"{uri.LocalPath.Trim('/')}");
+ Uri url = new Uri($"{uri.PathAndQuery.Trim('/')}");
28
string filename = await Get(url);
29
await DownloadFrom(filename);
30
break;
0 commit comments