#145 : Correction pas d'accueil en changement des creds spotify.

This commit is contained in:
Loic Masi
2026-04-03 14:15:52 +02:00
parent 55c780600e
commit bca1a3c4b2
4 changed files with 15 additions and 9 deletions

View File

@@ -60,7 +60,7 @@
@foreach (var style in titre.Styles)
{
<a asp-controller="Titre"
<a asp-controller="Titres"
asp-action="Style"
asp-route-id="@style.Libelle"
class="text-decoration-none me-1">

View File

@@ -2,7 +2,7 @@
"Seeder": "Spotify",
"Repository": "Db",
"SpotifySeeder": {
"ClientId": "754247cf73e047bf9d6acf44977b6c4a",
"ClientSecret": "0e674c5ac1c249f1af711fb08a919a02"
"ClientId": "",
"ClientSecret": ""
}
}

View File

@@ -14,11 +14,11 @@
"PostGreSQLConnection": "Host=localhost;Port=5432;Username=admin;Password=admin123;Database=webzine_db"
},
"SpotifySeeder": {
"ClientId": "754247cf73e047bf9d6acf44977b6c4a",
"ClientSecret": "0e674c5ac1c249f1af711fb08a919a02",
"ClientId": "",
"ClientSecret": "",
"Market": "FR",
"Genres": [ "rock", "pop", "jazz", "hip hop", "electronic", "metal", "hyper pop" ],
"ArtistsPerGenre": 50,
"Genres": [ "rock", "pop", "jazz", "hip hop", "electronic", "metal", "hyper pop", "shatta", "french%20rap" ],
"ArtistsPerGenre": 5,
"AlbumsPerArtist": 20,
"TracksPerAlbum": 40,
"MaxCommentsPerTrack": 3