+ @if (Model.Page > 0)
+ {
+
+ << Titre plus récent
+
+ }
+ else
+ {
+
+ }
+
+
+ Page : @(Model.Page + 1) sur @Model.TotalPages
+
+
+ @if (Model.Page < Model.TotalPages - 1)
+ {
+
+ Titre plus anciens >>
+
+ }
+ else
+ {
+
+ }
+
\ No newline at end of file
diff --git a/Webzine.WebApplication/appsettings.Production.json b/Webzine.WebApplication/appsettings.Production.json
index cc00e7d..fc0df2b 100644
--- a/Webzine.WebApplication/appsettings.Production.json
+++ b/Webzine.WebApplication/appsettings.Production.json
@@ -1,8 +1,8 @@
{
- "Seeder": "Local",
+ "Seeder": "Spotify",
"Repository": "Db",
"SpotifySeeder": {
- "ClientId": "",
- "ClientSecret": ""
+ "ClientId": "390689c2fc79408b830d2f518375ef84",
+ "ClientSecret": "6e98a09c77ad43ae93bc0f0560cfcbe1"
}
}