Loading app/Helpers/rss_helper.php +3 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,9 @@ if (! function_exists('get_rss_feed')) { $transcriptElement->addAttribute('url', $episode->transcript_file_url); $transcriptElement->addAttribute( 'type', Mimes::guessTypeFromExtension(pathinfo($episode->transcript_file_url, PATHINFO_EXTENSION)), Mimes::guessTypeFromExtension( pathinfo($episode->transcript_file_url, PATHINFO_EXTENSION) ) ?? 'text/html', ); $transcriptElement->addAttribute('language', $podcast->language_code); } Loading app/Views/embeddable_player.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ $episode->description, ) ?>" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css" /> <?= service('vite')->asset('styles/index.css', 'css') ?> <link rel="canonical" href="<?= $episode->link ?>" /> </head> Loading app/Views/podcast/activity.php +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ $podcast->description, ) ?>" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css"/> <link rel="canonical" href="<?= current_url() ?>" /> <meta property="og:title" content="<?= $podcast->title ?>" /> <meta property="og:description" content="<?= $podcast->description ?>" /> Loading app/Views/podcast/activity_authenticated.php +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ $podcast->description, ) ?>" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css"/> <link rel="canonical" href="<?= current_url() ?>" /> <meta property="og:title" content="<?= $podcast->title ?>" /> <meta property="og:description" content="<?= $podcast->description ?>" /> Loading app/Views/podcast/episodes.php +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ $podcast->description, ) ?>" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css" /> <link rel="canonical" href="<?= current_url() ?>" /> <meta property="og:title" content="<?= $podcast->title ?>" /> <meta property="og:description" content="<?= $podcast->description ?>" /> Loading Loading
app/Helpers/rss_helper.php +3 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,9 @@ if (! function_exists('get_rss_feed')) { $transcriptElement->addAttribute('url', $episode->transcript_file_url); $transcriptElement->addAttribute( 'type', Mimes::guessTypeFromExtension(pathinfo($episode->transcript_file_url, PATHINFO_EXTENSION)), Mimes::guessTypeFromExtension( pathinfo($episode->transcript_file_url, PATHINFO_EXTENSION) ) ?? 'text/html', ); $transcriptElement->addAttribute('language', $podcast->language_code); } Loading
app/Views/embeddable_player.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ $episode->description, ) ?>" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css" /> <?= service('vite')->asset('styles/index.css', 'css') ?> <link rel="canonical" href="<?= $episode->link ?>" /> </head> Loading
app/Views/podcast/activity.php +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ $podcast->description, ) ?>" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css"/> <link rel="canonical" href="<?= current_url() ?>" /> <meta property="og:title" content="<?= $podcast->title ?>" /> <meta property="og:description" content="<?= $podcast->description ?>" /> Loading
app/Views/podcast/activity_authenticated.php +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ $podcast->description, ) ?>" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css"/> <link rel="canonical" href="<?= current_url() ?>" /> <meta property="og:title" content="<?= $podcast->title ?>" /> <meta property="og:description" content="<?= $podcast->description ?>" /> Loading
app/Views/podcast/episodes.php +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ $podcast->description, ) ?>" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css" /> <link rel="canonical" href="<?= current_url() ?>" /> <meta property="og:title" content="<?= $podcast->title ?>" /> <meta property="og:description" content="<?= $podcast->description ?>" /> Loading