1.0-dev9 (Videos list improvements and queue bugs removed)

This commit is contained in:
2022-03-02 01:36:26 +01:00
Unverified
parent b08ec52861
commit 25041f9d43
12 changed files with 191 additions and 146 deletions

View File

@@ -231,7 +231,6 @@ namespace VDownload.Core.Services.Sources.Twitch
// Get playlist
string response = await client.DownloadStringTaskAsync(streamUrl);
Debug.WriteLine(response);
// Create dictionary
List<(Uri ChunkUrl, TimeSpan ChunkDuration)> chunks = new List<(Uri ChunkUrl, TimeSpan ChunkDuration)>();