feat: enhance YouTube API integration by adding support for topic channel ID and improving release sync functionality with localization updates
This commit is contained in:
@@ -53,8 +53,10 @@ return [
|
||||
'youtube' => [
|
||||
'api_key' => env('YOUTUBE_API_KEY'),
|
||||
'channel_id' => env('YOUTUBE_CHANNEL_ID'),
|
||||
'topic_channel_id' => env('YOUTUBE_TOPIC_CHANNEL_ID'),
|
||||
'playlist_id' => env('YOUTUBE_PLAYLIST_ID'),
|
||||
'api_referer' => env('YOUTUBE_API_REFERER'),
|
||||
'distributor_filter' => env('YOUTUBE_DISTRIBUTOR_FILTER'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user