We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad65a9a commit e535e78Copy full SHA for e535e78
1 file changed
server/ctrlsubsonic/spec/spec.go
@@ -473,7 +473,7 @@ type InternetRadioStation struct {
473
ID *specid.ID `xml:"id,attr" json:"id"`
474
Name string `xml:"name,attr" json:"name"`
475
StreamURL string `xml:"streamUrl,attr" json:"streamUrl"`
476
- HomepageURL string `xml:"homepageUrl,attr" json:"homepageUrl"`
+ HomepageURL string `xml:"homePageUrl,attr" json:"homePageUrl"`
477
}
478
479
type Lyrics struct {
0 commit comments