docs: rebrand fork for ANNU KUTE CED podcast hub

This commit is contained in:
2026-07-23 04:17:49 +04:00
parent 62d4d99bfb
commit eaacd23702
9 changed files with 191 additions and 137 deletions
+1 -1
View File
@@ -664,7 +664,7 @@ function getCastopodEpisodes($castopodUrl = null, $podcastSlugs = null, $count =
}
$castopodUrl = $castopodUrl ?? CASTOPOD_URL;
$podcastSlugs = $podcastSlugs ?? (defined('CASTOPOD_PODCAST_SLUGS') ? CASTOPOD_PODCAST_SLUGS : ['joukawouve']);
$podcastSlugs = $podcastSlugs ?? (defined('CASTOPOD_PODCAST_SLUGS') ? CASTOPOD_PODCAST_SLUGS : ['annu_kute_cedric']);
$count = $count ?? CASTOPOD_EPISODES_COUNT;
// Convertir en tableau si c'est une chaîne unique (rétrocompatibilité)