]> granicus.if.org Git - handbrake/commitdiff
WinGui: Complete the SourceMetadata object.
authorsr55 <sr55.hb@outlook.com>
Wed, 30 Aug 2017 20:41:29 +0000 (21:41 +0100)
committersr55 <sr55.hb@outlook.com>
Wed, 30 Aug 2017 20:41:29 +0000 (21:41 +0100)
win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceMetadata.cs

index f575dc637ea94c050eca327c3ccb391ee10219c4..734dfa29aa587403adc3df7e70c76912dce20785 100644 (file)
@@ -14,5 +14,14 @@ namespace HandBrake.ApplicationServices.Interop.Json.Scan
     /// </summary>
     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