mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
This commit is contained in:
parent
57ec940d5a
commit
71263994b9
5 changed files with 141 additions and 49 deletions
|
@ -54,7 +54,7 @@ namespace PlexRequests.Api.Models.Plex
|
|||
[XmlElement(ElementName = "Server")]
|
||||
public Server Server { get; set; }
|
||||
[XmlAttribute(AttributeName = "id")]
|
||||
public int Id { get; set; }
|
||||
public string Id { get; set; }
|
||||
[XmlAttribute(AttributeName = "title")]
|
||||
public string Title { get; set; }
|
||||
[XmlAttribute(AttributeName = "username")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue