This commit is contained in:
tidusjar 2016-07-14 15:39:45 +01:00
parent 57ec940d5a
commit 71263994b9
5 changed files with 141 additions and 49 deletions

View file

@ -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")]