update series timer editor

This commit is contained in:
Luke Pulverenti
2016-10-01 03:06:00 -04:00
parent 229172da50
commit 3f77a9a8a2
9 changed files with 120 additions and 16 deletions

View File

@@ -139,6 +139,7 @@ namespace MediaBrowser.Controller.Entities
public DayOfWeek[] AirDays { get; set; }
public SeriesStatus[] SeriesStatuses { get; set; }
public string AlbumArtistStartsWithOrGreater { get; set; }
public string ExternalSeriesId { get; set; }
public string[] AlbumNames { get; set; }
public string[] ArtistNames { get; set; }