fix file playback

This commit is contained in:
Tim Müller
2022-03-31 18:37:35 +02:00
parent e5d3f6935d
commit 85dbbd8bfc
2 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ namespace TomatenMusic.Music.Entitites
public IEnumerable<string> YoutubeTags { get; set; }
public ulong YoutubeViews { get; set; }
public ulong YoutubeLikes { get; set; }
public Uri YoutubeThumbnail { get; set; }
public Uri? YoutubeThumbnail { get; set; } = null;
public DateTime YoutubeUploadDate { get; set; }
//
// Summary: