feat: vite for builds

This commit is contained in:
Cory Dransfeldt 2024-10-18 15:07:26 -07:00
parent a262627335
commit de2bb89710
No known key found for this signature in database
48 changed files with 856 additions and 1184 deletions

View file

@ -35,7 +35,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> ${item.total_plays === 1 ? 'play' : 'plays'}`
? ` <strong class="highlight-text">${item.total_plays} ${item.total_plays === 1 ? 'play' : 'plays'}</strong>`
: ''
let listItemContent = name