From 186eb65eb1ac5d14c71aa38d558793e1fbf1f2c8 Mon Sep 17 00:00:00 2001 From: Macintosh II <95250141+mctaylors@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:57:25 +0300 Subject: [PATCH] =?UTF-8?q?Add=20MORE=20Splatoon=E2=84=A2=20songs=20that?= =?UTF-8?q?=20I=20liked=20(#135)?= 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 27cfa3c..c47055e 100644 --- a/src/Services/Update/SongUpdateService.cs +++ b/src/Services/Update/SongUpdateService.cs @@ -18,7 +18,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)), - ("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)