Fix wrong variable name.
parent
8b057bc425
commit
5ffabd4ad1
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue