mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
fix portable and 3.5 project references
This commit is contained in:
17
MediaBrowser.Model/Dto/SubtitleDownloadOptions.cs
Normal file
17
MediaBrowser.Model/Dto/SubtitleDownloadOptions.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace MediaBrowser.Model.Dto
|
||||
{
|
||||
public class SubtitleDownloadOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the item identifier.
|
||||
/// </summary>
|
||||
/// <value>The item identifier.</value>
|
||||
public string ItemId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the index of the stream.
|
||||
/// </summary>
|
||||
/// <value>The index of the stream.</value>
|
||||
public int StreamIndex { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user