mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-25 01:44:47 +01:00
Use author > name instead of title
This is because the playlist response returns the name of the playlist in the title, which meant that the channel name was always "Videos"
This commit is contained in:
parent
09eedc08c1
commit
acaf50bf8a
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
type youtubeFeedResponseXml struct {
|
||||
Channel string `xml:"title"`
|
||||
Channel string `xml:"author>name"`
|
||||
ChannelLink struct {
|
||||
Href string `xml:"href,attr"`
|
||||
} `xml:"link"`
|
||||
|
Loading…
Reference in New Issue
Block a user