Fix lint errors
This commit is contained in:
@@ -221,10 +221,12 @@ function renderAudioMetadata (state) {
|
|||||||
if (common.label || common.catalognumber) {
|
if (common.label || common.catalognumber) {
|
||||||
album += ', '
|
album += ', '
|
||||||
let releaseInfo = []
|
let releaseInfo = []
|
||||||
if(common.label)
|
if (common.label) {
|
||||||
releaseInfo.push(common.label)
|
releaseInfo.push(common.label)
|
||||||
if(common.catalognumber)
|
}
|
||||||
|
if (common.catalognumber) {
|
||||||
releaseInfo.push(common.catalognumber)
|
releaseInfo.push(common.catalognumber)
|
||||||
|
}
|
||||||
album += releaseInfo.join(' / ')
|
album += releaseInfo.join(' / ')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user