From f90a724238908b09b651a8d17048e0acafee3dd9 Mon Sep 17 00:00:00 2001 From: Macintosh II Date: Thu, 28 Sep 2023 22:25:26 +0300 Subject: [PATCH] add some cool splatoon songs that i liked Signed-off-by: Macintosh II --- src/Services/Update/SongUpdateService.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Services/Update/SongUpdateService.cs b/src/Services/Update/SongUpdateService.cs index 61bda52..2e25616 100644 --- a/src/Services/Update/SongUpdateService.cs +++ b/src/Services/Update/SongUpdateService.cs @@ -12,7 +12,7 @@ public sealed class SongUpdateService : BackgroundService { ("UNDEAD CORPORATION - The Empress", new TimeSpan(0, 4, 34)), ("UNDEAD CORPORATION - Everything will freeze", new TimeSpan(0, 3, 17)), - ("Splatoon 3 - Rockagilly Blues (Yoko & the Gold Bazookas)", new TimeSpan(0, 3, 37)), + ("Yoko & the Gold Bazookas - Rockagilly Blues ", new TimeSpan(0, 3, 37)), ("Splatoon 3 - Seep and Destroy", new TimeSpan(0, 2, 42)), ("IA - A Tale of Six Trillion Years and a Night", new TimeSpan(0, 3, 40)), ("Manuel - Gas Gas Gas", new TimeSpan(0, 3, 17)), @@ -26,7 +26,12 @@ public sealed class SongUpdateService : BackgroundService ("dontleaveme - afterward", new TimeSpan(0, 2, 29)), ("Ferdous - Gravity", new TimeSpan(0, 2, 38)), ("The Drums - Money", new TimeSpan(0, 3, 53)), - ("Derek Pope - War Machine", new TimeSpan(0, 3, 39)) + ("Derek Pope - War Machine", new TimeSpan(0, 3, 39)), + ("Deep Cut - Big Betrayal", new TimeSpan(0, 1, 42)), + ("Squid Sisters - Tommorrow\'s Nostalgia Today", new TimeSpan(0, 2, 8)), + ("Deep Cut - Anarchy Rainbow", new TimeSpan(0, 1, 51)), + ("Squid Sisters - Liquid Sunshine", new TimeSpan(0, 1, 32)), + ("Damp Socks feat. Off the Hook - Candy-Coated Rocks (Full Ver.)", new TimeSpan(0, 2, 38)) }; private readonly List _activityList = new(1)