From ddeaf1e4d7794be12d5a5b57de3e2e311a2684c2 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 26 Apr 2024 22:56:31 -0500 Subject: [PATCH] Add Apple Silicon Compatibility Videos to TV endpoints --- src/pages/tv/[...videoPath].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tv/[...videoPath].astro b/src/pages/tv/[...videoPath].astro index 249672e..51a7e03 100644 --- a/src/pages/tv/[...videoPath].astro +++ b/src/pages/tv/[...videoPath].astro @@ -46,7 +46,7 @@ const listingDetails = new ListingDetails( tvListing ) const headOptions = listingDetails.headOptions // Set the page title -headOptions.title = `${ listingDetails.initialVideo.name } - Does It ARM` +headOptions.title = `${ listingDetails.initialVideo.name } - Apple Silicon Compatibility Videos - Does It ARM` const { preloads } = getVideoImages( listingDetails.initialVideo )