mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
updated live tv endpoints
This commit is contained in:
@@ -11,10 +11,10 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the recurring timer identifier.
|
||||
/// Gets or sets the series timer identifier.
|
||||
/// </summary>
|
||||
/// <value>The recurring timer identifier.</value>
|
||||
public string RecurringTimerId { get; set; }
|
||||
/// <value>The series timer identifier.</value>
|
||||
public string SeriesTimerId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ChannelId of the recording.
|
||||
|
||||
Reference in New Issue
Block a user