Ignore:
Timestamp:
Oct 3, 2011, 5:09:51 PM (13 years ago)
Author:
bayral
Message:

rename category to Albums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/Proxy/Response/PwgImagesProxyResponse.cs

    r11890 r12336  
    3232
    3333    [Serializable()]
    34     [XmlRoot(ElementName = "categorie")]
     34    [XmlRoot(ElementName = "category")]
    3535    public class PwgImageProxyResponse
    3636    {
     
    6262        [XmlArray("categories")]
    6363        [XmlArrayItem("category")]
    64         public PwgCategoryProxyResponse[] Categories { get; set; }
     64        public PwgAlbumProxyResponse[] Albums { get; set; }
    6565    }
    6666
Note: See TracChangeset for help on using the changeset viewer.