Fixed bug
This commit is contained in:
parent
420374ea58
commit
e9f43d47ea
1 changed files with 3 additions and 2 deletions
1
libs.js
1
libs.js
|
@ -74,6 +74,7 @@ const getRx3Cover = (song, callback) => {
|
|||
if (!isNaN(parseInt(year))) {
|
||||
cover = `${config.rx3CoverBaseUrl}gsu${year}.jpg`
|
||||
}
|
||||
}
|
||||
|
||||
callback(null, cover)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue