fix:
This commit is contained in:
parent
ea807b7e9c
commit
b1b8c1c926
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ const generateAssociatedMediaHTML = (data, isGenre = false) => {
|
|||
const year = item.year ? ` (${item.year})` : "";
|
||||
const author = item.author ? ` by ${item.author}` : "";
|
||||
const totalPlays = item.total_plays
|
||||
? ` <strong class="highlight-text">${item.total_plays} ${
|
||||
? ` <strong class="highlight-text">${item.total_plays} ${
|
||||
item.total_plays === 1 ? "play" : "plays"
|
||||
}</strong>`
|
||||
: "";
|
||||
|
|
Reference in a new issue