1.0-dev9 (Videos list improvements and queue bugs removed)
This commit is contained in:
@@ -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)>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user