mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 00:08:29 +01:00
Fix some warnings
This commit is contained in:
@@ -14,7 +14,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public SeriesTimerInfoDto()
|
||||
{
|
||||
ImageTags = new Dictionary<ImageType, string>();
|
||||
Days = new DayOfWeek[] { };
|
||||
Days = Array.Empty<DayOfWeek>();
|
||||
Type = "SeriesTimer";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user