mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
add null check to ScheduleDirect
This commit is contained in:
parent
6da57c86cd
commit
156a047cfe
@ -951,6 +951,11 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
|
||||
public string stationID { get; set; }
|
||||
public List<Program> programs { get; set; }
|
||||
public MetadataSchedule metadata { get; set; }
|
||||
|
||||
public Day()
|
||||
{
|
||||
programs = new List<Program>();
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user