chore: move useragent to cfg

This commit is contained in:
Gabe Farrell 2025-06-12 22:03:54 -04:00
parent 7b18ebb294
commit 63517c0a03
5 changed files with 15 additions and 5 deletions

View file

@ -46,7 +46,7 @@ func Initialize(opts ImageSourceOpts) {
}
if opts.EnableDeezer {
imgsrc.deezerEnabled = true
imgsrc.deezerC = NewDeezerClient(opts.UserAgent)
imgsrc.deezerC = NewDeezerClient()
}
})
}