diff --git a/reitunes-rs/templates/index.html b/reitunes-rs/templates/index.html index 009c78a..691fd82 100644 --- a/reitunes-rs/templates/index.html +++ b/reitunes-rs/templates/index.html @@ -166,7 +166,7 @@ let minutes = Math.floor(bookmark.position / 60); let seconds = Math.floor(bookmark.position % 60); let timeString = `${minutes}:${seconds.toString().padStart(2, '0')}`; - return ` + return ` ${bookmark.emoji || '🔖'} `; }).join('');