From 518a73e79e81fd45a1993963ac087cb635ba0004 Mon Sep 17 00:00:00 2001 From: Macintosh II <95250141+mctaylors@users.noreply.github.com> Date: Sat, 30 Sep 2023 19:22:03 +0300 Subject: [PATCH] =?UTF-8?q?Add=20MORE=20Splatoon=E2=84=A2=20songs=20that?= =?UTF-8?q?=20I=20liked?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Song list: - Off the Hook - Muck Warfare — [source](https://youtu.be/Se3AuyS-gTo) - Off the Hook - Acid Hues — [source](https://youtu.be/RoBhJth2VZE) - Off the Hook - Shark Bytes — [source](https://youtu.be/YrGSrxDRAXU) - DJ Octavio feat. Squid Sisters & Deep Cut - Calamari Inkantation 3MIX — [source](https://youtu.be/_TE22RCxCi4) - Splatoon - Ink Me Up — [source](https://www.youtube.com/watch?v=LrsAKUnb3Qg) Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com> --- src/Services/Update/SongUpdateService.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Services/Update/SongUpdateService.cs b/src/Services/Update/SongUpdateService.cs index 5102fbf..b3deeea 100644 --- a/src/Services/Update/SongUpdateService.cs +++ b/src/Services/Update/SongUpdateService.cs @@ -33,7 +33,12 @@ public sealed class SongUpdateService : BackgroundService ("Squid Sisters feat. Ian BGM - Liquid Sunshine", new TimeSpan(0, 1, 32)), ("Damp Socks feat. Off the Hook - Candy-Coated Rocks", new TimeSpan(0, 1, 11)), ("H2Whoa - Aquasonic", new TimeSpan(0, 1, 1)), // Add some Splatoon™ songs that *I* liked #125 - ("Yoko & the Gold Bazookas - Ska-Blam!", new TimeSpan(0, 4, 4)) + ("Yoko & the Gold Bazookas - Ska-Blam!", new TimeSpan(0, 4, 4)), + ("Off the Hook - Muck Warfare", new TimeSpan(0, 3, 39)), + ("Off the Hook - Acid Hues", new TimeSpan(0, 3, 39)), + ("Off the Hook - Shark Bytes", new TimeSpan(0, 3, 48)), + ("DJ Octavio feat. Squid Sisters & Deep Cut - Calamari Inkantation", new TimeSpan(0, 7, 9)), + ("Splatoon - Ink Me Up", new TimeSpan(0, 2, 13)), }; private readonly List _activityList = new(1)