From 10a18905eccf370d533d918760d1607757f8e6b6 Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 27 May 2025 02:41:59 +0200 Subject: [PATCH] Update html/watch.ejs --- html/watch.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/watch.ejs b/html/watch.ejs index 8d17ea58..1e5164b0 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -3480,9 +3480,9 @@ document.addEventListener('DOMContentLoaded', () => { if ('mediaSession' in navigator) { // Set metadata navigator.mediaSession.metadata = new MediaMetadata({ - title: "<%= inv_vid.title %>", + title: "<%- inv_vid.title %>", artist: "<%= video?.Channel?.Name || k.Video.Channel.Name %>", - album: "PokeTube", + album: "Poke", artwork: [ { src: "https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg",