fix: reference

This commit is contained in:
Cory Dransfeldt 2024-10-17 20:39:44 -07:00
parent 4c96a9036f
commit e3cec3c374
No known key found for this signature in database

View file

@ -192,7 +192,7 @@ function generateAssociatedMediaHTML(data, isGenre = false) {
function generateWatchingHTML(media, globals, type) {
const isShow = type === 'show'
const label = isShow ? 'show' : 'movie'
const lastWatched = media.lastWatched || (isShow && media.episode?.last_watched_at)
const lastWatched = media.last_watched || (isShow && media.episode?.last_watched_at)
return `
<a class="icon-link" href="/watching">${ICON_MAP.arrowLeft} Back to watching</a>