mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Reworked #466
This commit is contained in:
parent
4eff175424
commit
d7997d5cc0
10 changed files with 175 additions and 69 deletions
|
@ -244,6 +244,10 @@ namespace PlexRequests.Api.Models.Plex
|
|||
[XmlRoot(ElementName = "Directory")]
|
||||
public class Directory1
|
||||
{
|
||||
public Directory1()
|
||||
{
|
||||
Seasons = new List<Directory1>();
|
||||
}
|
||||
public string ProviderId { get; set; }
|
||||
[XmlAttribute(AttributeName = "guid")]
|
||||
public string Guid { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue