Added the music check in the Plex Checker

This commit is contained in:
tidusjar 2016-04-05 12:30:32 +01:00
parent cf83e0e6d9
commit c2737b76a8
3 changed files with 36 additions and 45 deletions

View file

@ -303,6 +303,8 @@ namespace PlexRequests.Api.Models.Plex
public string AddedAt { get; set; }
[XmlAttribute(AttributeName = "updatedAt")]
public string UpdatedAt { get; set; }
[XmlAttribute(AttributeName = "parentTitle")]
public string ParentTitle { get; set; }
}
@ -310,7 +312,7 @@ namespace PlexRequests.Api.Models.Plex
public class PlexSearch
{
[XmlElement(ElementName = "Directory")]
public Directory1 Directory { get; set; }
public List<Directory1> Directory { get; set; }
[XmlElement(ElementName = "Video")]
public List<Video> Video { get; set; }
[XmlElement(ElementName = "Provider")]