diff options
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Json/Scan/SourceMetadata.cs | 9 |
1 files changed, 9 insertions, 0 deletions
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 /// </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 |