mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-18 19:56:33 -07:00
chore: move useragent to cfg
This commit is contained in:
parent
7b18ebb294
commit
63517c0a03
5 changed files with 15 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ func Initialize(opts ImageSourceOpts) {
|
|||
}
|
||||
if opts.EnableDeezer {
|
||||
imgsrc.deezerEnabled = true
|
||||
imgsrc.deezerC = NewDeezerClient(opts.UserAgent)
|
||||
imgsrc.deezerC = NewDeezerClient()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue