feat: implement YouTube API integration for syncing releases with music productions, including new command and UI components

This commit is contained in:
Ümit Tunç
2026-05-20 22:39:20 +03:00
parent 751b9339f0
commit e9f737ab1d
11 changed files with 595 additions and 1 deletions
+7
View File
@@ -50,4 +50,11 @@ return [
'market' => env('SPOTIFY_MARKET', 'TR'),
],
'youtube' => [
'api_key' => env('YOUTUBE_API_KEY'),
'channel_id' => env('YOUTUBE_CHANNEL_ID'),
'playlist_id' => env('YOUTUBE_PLAYLIST_ID'),
'api_referer' => env('YOUTUBE_API_REFERER'),
],
];