chore: use https links (#2075)

This commit is contained in:
Jonas L 2022-08-25 16:25:54 +02:00 committed by GitHub
parent 85f7c6d89b
commit c28c048bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 31 additions and 31 deletions

View file

@ -496,7 +496,7 @@ class Application_Service_PodcastService
$enclosure->addAttribute('type', $publishedFile->getDbMime());
// itunes:subtitle
// From http://www.apple.com/ca/itunes/podcasts/specs.html#subtitle :
// From https://www.apple.com/ca/itunes/podcasts/specs.html#subtitle :
// 'The contents of the <itunes:subtitle> tag are displayed in the Description column in iTunes.'
// self::addEscapedChild($item, "xmlns:itunes:subtitle", $publishedFile->getDbTrackTitle());
self::addEscapedChild($item, 'xmlns:itunes:subtitle', $publishedFile->getDbDescription());