1
0
Fork 0

Fix wrong variable name.

liquidsoap-2.2
Icedream 2021-02-28 19:01:04 +01:00
parent 8b057bc425
commit 5ffabd4ad1
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ func main() {
})
if err == nil {
if resp.CoverURL != nil {
tunaMetadata.CoverURL = metaCollectorAPIURL.ResolveReference(&url.URL{
tunaData.CoverURL = metaCollectorAPIURL.ResolveReference(&url.URL{
Path: *resp.CoverURL,
}).String()
}