mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Display specials within seasons
This commit is contained in:
14
MediaBrowser.Model/LiveTv/RecordingQuery.cs
Normal file
14
MediaBrowser.Model/LiveTv/RecordingQuery.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace MediaBrowser.Model.LiveTv
|
||||
{
|
||||
/// <summary>
|
||||
/// Class RecordingQuery.
|
||||
/// </summary>
|
||||
public class RecordingQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance has recorded.
|
||||
/// </summary>
|
||||
/// <value><c>null</c> if [has recorded] contains no value, <c>true</c> if [has recorded]; otherwise, <c>false</c>.</value>
|
||||
public bool? HasRecorded { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user