1.0-dev14 (Playlist adding added)

This commit is contained in:
2022-03-05 02:39:37 +01:00
Unverified
parent 4f33ed55f6
commit d32c23f493
23 changed files with 1267 additions and 43 deletions

View File

@@ -1,4 +1,5 @@
using System.Threading;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace VDownload.Core.Interfaces
@@ -9,7 +10,9 @@ namespace VDownload.Core.Interfaces
// PLAYLIST PROPERTIES
string ID { get; }
Uri PlaylistUrl { get; }
string Name { get; }
IVideoService[] Videos { get; }
#endregion