This commit is contained in:
2024-02-28 01:22:13 +01:00
Unverified
parent e3ec5c3a48
commit 74eb899e31
51 changed files with 562 additions and 608 deletions

View File

@@ -17,9 +17,9 @@ namespace VDownload.Models
public TimeSpan Duration { get; set; }
public long Views { get; set; }
public Uri ThumbnailUrl { get; set; }
public ICollection<VideoStream> Streams { get; set; }
public Uri Url { get; set; }
public Source Source { get; set; }
public ICollection<VideoStream> Streams { get; private set; }
public Source Source { get; protected set; }
#endregion