From e8a36ae4a68b535eeae39e745ee6e5b8a876ab17 Mon Sep 17 00:00:00 2001 From: Arno Hautala Date: Thu, 7 Oct 2021 13:32:22 -0400 Subject: [PATCH] podcast show link from the now playing area --- client/player.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/player.html b/client/player.html index 27f8329..33f1182 100644 --- a/client/player.html +++ b/client/player.html @@ -736,7 +736,7 @@ div#large-visualization{
- +

@@ -879,6 +879,7 @@ div#large-visualization{ id:x.ID, name:x.Title, url:"/podcastitems/"+x.ID+"/file", + show_link:""+x.Podcast.Title+"", cover_art_url:image, artist:x.Podcast.Title, summary:x.Summary,