Forgot subcat have attr not tags
Cette révision appartient à :
Parent
fb2c69a612
révision
cbcbeef256
1 fichiers modifiés avec 3 ajouts et 3 suppressions
|
@ -138,9 +138,9 @@ type RssCategoryTorznab struct {
|
|||
|
||||
type RssSubCat struct {
|
||||
XMLName xml.Name `xml:"subcat"`
|
||||
ID string `xml:"id"`
|
||||
Name string `xml:"name"`
|
||||
Description string `xml:"description,omitempty"`
|
||||
ID string `xml:"id,attr"`
|
||||
Name string `xml:"name,attr"`
|
||||
Description string `xml:"description,attr,omitempty"`
|
||||
}
|
||||
|
||||
type RssTorrent struct {
|
||||
|
|
Référencer dans un nouveau ticket