refactor: Clean up commentaire

This commit is contained in:
mirage
2026-03-04 13:09:24 +01:00
parent fb4f4798dd
commit d0786e596b

View File

@@ -14,23 +14,18 @@ public class SeedDataLocal
public Dictionary<string, (string TrackUrl, string ImageUrl)> RealMusicData { get; set; }
= new Dictionary<string, (string TrackUrl, string ImageUrl)>
{
// Juliana Chahayed - Calm covers
{ "juliana_chahayed_1", ("https://open.spotify.com/intl-fr/track/0qYLUdJQMhrCFA9dNZGcnm?si=b4fd45727a354a31",
"https://i.scdn.co/image/ab67616d0000b2738e8e7b8f8f8f8f8f8f8f8f8") },
// Mister V - Chanson beauf
{ "mister_v_1", ("https://youtu.be/JeqUw7sGUK8?si=FnmFR2EgkVY6MhqQ",
"https://img.youtube.com/vi/JeqUw7sGUK8/maxresdefault.jpg") },
// La Compagnie Créole
{ "compagnie_creole_1", ("https://youtu.be/wfxt1SGWAI8",
"https://img.youtube.com/vi/wfxt1SGWAI8/maxresdefault.jpg") },
// FEMTOGO - Un autre jour
{ "femto_1", ("https://open.spotify.com/intl-fr/track/0qYLUdJQMhrCFA9dNZGcnm?si=b4fd45727a354a31",
"https://i.scdn.co/image/ab67616d0000b2738e8e7b8f8f8f8f8f8f8f8f8") },
// Chat Noir style songs (Théo De Sousa shares)
{ "chat_noir_1", ("https://youtu.be/OTi4-q-_Tj0?si=SNnLd-6Y893nL5Au",
"https://img.youtube.com/vi/OTi4-q-_Tj0/maxresdefault.jpg") },
@@ -55,11 +50,9 @@ public class SeedDataLocal
{ "chat_noir_8", ("https://youtu.be/6K1zCgkBaoE?si=quq9vQLJ-AmzjRJJ",
"https://img.youtube.com/vi/6K1zCgkBaoE/maxresdefault.jpg") },
// German rapper (Baptiste Nodon)
{ "german_rapper_1", ("https://www.youtube.com/watch?v=DWpg71HJt24",
"https://img.youtube.com/vi/DWpg71HJt24/maxresdefault.jpg") },
// Nizard Verdenal share
{ "nizard_1", ("https://youtu.be/1fjA68k8DAU?si=2PuZSquVQGvfmQkZ",
"https://img.youtube.com/vi/1fjA68k8DAU/maxresdefault.jpg") },
};