From 96ccd222568df9b6b0a3b223ea2158e747ab4cfd Mon Sep 17 00:00:00 2001 From: Macintosh II Date: Thu, 28 Sep 2023 23:07:14 +0300 Subject: [PATCH] wait one more Signed-off-by: Macintosh II --- src/Services/Update/SongUpdateService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Services/Update/SongUpdateService.cs b/src/Services/Update/SongUpdateService.cs index 2e25616..9cf7a6d 100644 --- a/src/Services/Update/SongUpdateService.cs +++ b/src/Services/Update/SongUpdateService.cs @@ -31,7 +31,8 @@ public sealed class SongUpdateService : BackgroundService ("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)) + ("Damp Socks feat. Off the Hook - Candy-Coated Rocks (Full Ver.)", new TimeSpan(0, 2, 38)), + ("Deep Cut - Daybreaker Anthem", new TimeSpan(0, 3, 14)) }; private readonly List _activityList = new(1)