From 43dc0cdb9d18c43771ca8f9ed52b19550c2c1b55 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 30 Aug 2017 21:41:29 +0100 Subject: WinGui: Complete the SourceMetadata object. --- .../Interop/Json/Scan/SourceMetadata.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceMetadata.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceMetadata.cs index f575dc637..734dfa29a 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceMetadata.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceMetadata.cs @@ -14,5 +14,14 @@ namespace HandBrake.ApplicationServices.Interop.Json.Scan /// public class SourceMetadata { + public string Artist { get; set; } + public string Description { get; set; } + public string Genre { get; set; } + public string LongDescription { get; set; } + public string Name { get; set; } + public string ReleaseDate { get; set; } + public string Composer { get; set; } + public string AlbumArtist { get; set; } + public string Comment { get; set; } } } \ No newline at end of file -- cgit v1.2.3