mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-04 19:52:24 +00:00
add null check to ScheduleDirect
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user