Skip to content

Commit e535e78

Browse files
committed
fix(subsonic): update homepage URL casing
closes #664
1 parent ad65a9a commit e535e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/ctrlsubsonic/spec/spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ type InternetRadioStation struct {
473473
ID *specid.ID `xml:"id,attr" json:"id"`
474474
Name string `xml:"name,attr" json:"name"`
475475
StreamURL string `xml:"streamUrl,attr" json:"streamUrl"`
476-
HomepageURL string `xml:"homepageUrl,attr" json:"homepageUrl"`
476+
HomepageURL string `xml:"homePageUrl,attr" json:"homePageUrl"`
477477
}
478478

479479
type Lyrics struct {

0 commit comments

Comments
 (0)