mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
probe live streams after opening
This commit is contained in:
@@ -23,5 +23,10 @@ namespace MediaBrowser.Model.Sync
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is default; otherwise, <c>false</c>.</value>
|
||||
public bool IsDefault { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is original quality.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is original quality; otherwise, <c>false</c>.</value>
|
||||
public bool IsOriginalQuality { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user