mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update listviews
This commit is contained in:
parent
80e387341b
commit
537e774f5f
@ -4,6 +4,11 @@ namespace MediaBrowser.Model.LiveTv
|
|||||||
{
|
{
|
||||||
public class TimerInfoDto : BaseTimerInfoDto
|
public class TimerInfoDto : BaseTimerInfoDto
|
||||||
{
|
{
|
||||||
|
public TimerInfoDto()
|
||||||
|
{
|
||||||
|
Type = "Timer";
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the status.
|
/// Gets or sets the status.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -22,6 +27,8 @@ namespace MediaBrowser.Model.LiveTv
|
|||||||
/// <value>The external series timer identifier.</value>
|
/// <value>The external series timer identifier.</value>
|
||||||
public string ExternalSeriesTimerId { get; set; }
|
public string ExternalSeriesTimerId { get; set; }
|
||||||
|
|
||||||
|
public string Type { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the run time ticks.
|
/// Gets or sets the run time ticks.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user