mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
updated live tv + nuget
This commit is contained in:
@@ -7,7 +7,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
Scheduled,
|
||||
InProgress,
|
||||
Completed,
|
||||
Abored,
|
||||
Aborted,
|
||||
Cancelled,
|
||||
ConflictedOk,
|
||||
ConflictedNotOk,
|
||||
@@ -22,4 +22,11 @@ namespace MediaBrowser.Model.LiveTv
|
||||
NewProgramEventsAllChannels,
|
||||
AllProgramEventsAllChannels
|
||||
}
|
||||
|
||||
public enum DayPattern
|
||||
{
|
||||
Daily,
|
||||
Weekdays,
|
||||
Weekends
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user