save additional info to recording nfo's

This commit is contained in:
Luke Pulverenti
2016-11-26 19:40:15 -05:00
parent d54c11fb74
commit 921ec9cd11
6 changed files with 221 additions and 41 deletions

View File

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