diff --git a/workers/dynamic-pages/index.js b/workers/dynamic-pages/index.js index 0a1aa7a0..565a8edd 100644 --- a/workers/dynamic-pages/index.js +++ b/workers/dynamic-pages/index.js @@ -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 ` ${ICON_MAP.arrowLeft} Back to watching