1
0
Fork 0

Fix wrong variable name.

master
Icedream 2021-02-28 19:01:04 +01:00
parent 12e588341b
commit 27e0c4814b
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
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()
}