feat: implement YouTube API integration for syncing releases with music productions, including new command and UI components
This commit is contained in:
@@ -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'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user