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 91e09d9 commit 807dae6Copy full SHA for 807dae6
Data.cs
@@ -144,7 +144,7 @@ private async Task DownloadImage(SubtitleInfo subtitleData)
144
{
145
return;
146
}
147
- var url = $"https://media.githubusercontent.com/media/jeffpeng3/MyPicDB/assets/images/{file_name}";
+ var url = $"https://mygodata.0m0.uk/images/{file_name}";
148
using HttpResponseMessage message = await client.GetAsync(url);
149
var stream = await message.Content.ReadAsByteArrayAsync();
150
for (int i = 0; i < 3; i++)
0 commit comments