Fix max line length
This commit is contained in:
@@ -214,7 +214,8 @@ function renderAudioMetadata (state) {
|
|||||||
title = fileSummary.name
|
title = fileSummary.name
|
||||||
}
|
}
|
||||||
let artist = common.albumartist || common.artist ||
|
let artist = common.albumartist || common.artist ||
|
||||||
(common.artists && common.artists.filter(function (a) { return a }).join(', ')) || '(Unknown Artist)'
|
(common.artists && common.artists.filter(function (a) { return a }).join(', '))
|
||||||
|
|| '(Unknown Artist)'
|
||||||
let album = common.album
|
let album = common.album
|
||||||
if (album && common.year && !album.includes(common.year)) {
|
if (album && common.year && !album.includes(common.year)) {
|
||||||
album += ' (' + common.year + ')'
|
album += ' (' + common.year + ')'
|
||||||
|
|||||||
Reference in New Issue
Block a user