Add Apple Silicon Compatibility Videos to TV endpoints

This commit is contained in:
Sam Carlton 2024-04-26 22:56:31 -05:00 committed by GitHub
parent 7b9761010b
commit ddeaf1e4d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 )