diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs b/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs index 1798b582a..cde8fece8 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs @@ -54,7 +54,11 @@ namespace HandBrake.ApplicationServices.Services.Scan.Model /// </summary>
public int TitleNumber { get; set; }
- public int RescanTitleNumber { get; set; }
+ /// <summary>
+ /// Gets or sets the type.
+ /// HB_DVD_TYPE, HB_BD_TYPE, HB_STREAM_TYPE, HB_FF_STREAM_TYPE
+ /// </summary>
+ public int Type { get; set; }
/// <summary>
/// Gets or sets Playlist.
|