filter controls, default thumbnail, playlist search video removing

This commit is contained in:
2024-03-02 01:05:44 +01:00
Unverified
parent 9465be8d76
commit 17245bb91f
28 changed files with 352 additions and 71 deletions

View File

@@ -16,7 +16,7 @@ namespace VDownload.Models
public DateTime PublishDate { get; set; }
public TimeSpan Duration { get; set; }
public long Views { get; set; }
public Uri ThumbnailUrl { get; set; }
public Uri? ThumbnailUrl { get; set; }
public Uri Url { get; set; }
public ICollection<VideoStream> Streams { get; private set; }
public Source Source { get; protected set; }