fix: scrollable timer

This commit is contained in:
Zhe Fang
2025-12-31 10:47:43 -05:00
parent cb5f70ab55
commit 56244cb793
2 changed files with 1 additions and 2 deletions

View File

@@ -87,7 +87,6 @@
<PackageReference Include="Hqub.Last.fm" Version="2.5.1" />
<PackageReference Include="Interop.UIAutomationClient" Version="10.19041.0" />
<PackageReference Include="Lyricify.Lyrics.Helper-NativeAot" Version="0.1.4-alpha.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.1" />

View File

@@ -357,7 +357,7 @@ namespace BetterLyrics.WinUI3.Services.MediaSessionsService
}
}
}
_scrobbleStopwatch.Reset();
_scrobbleStopwatch.Restart();
CurrentSongInfo = new SongInfo
{