This commit is contained in:
Jamie.Rees 2016-10-19 18:05:19 +01:00
parent ec49ab7389
commit 1a0e7cbe7b
6 changed files with 140 additions and 58 deletions

View file

@ -63,5 +63,6 @@ namespace PlexRequests.Store.Models.Plex
public DateTime expires_at { get; set; }
// Skip RefreshedAt and Year
public DateTime added_at { get; set; }
public string SeriesTitle { get; set; } // Only used in a custom query for the TV Shows
}
}