mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added the music check in the Plex Checker
This commit is contained in:
parent
cf83e0e6d9
commit
c2737b76a8
3 changed files with 36 additions and 45 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue