diff --git a/src/LavaPlayerExtensions.cs b/src/LavaPlayerExtensions.cs index 360fedd..56bb24e 100644 --- a/src/LavaPlayerExtensions.cs +++ b/src/LavaPlayerExtensions.cs @@ -188,7 +188,7 @@ public static async ValueTask SeekAsync(this LavaPlayer where TLavaPlayer : LavaPlayer { await lavaNode.UpdatePlayerAsync( lavaPlayer.GuildId, - updatePayload: new UpdatePlayerPayload(Position: seekPosition.Milliseconds)); + updatePayload: new UpdatePlayerPayload(Position: (int)seekPosition.TotalMilliseconds)); } /// diff --git a/src/Victoria.csproj b/src/Victoria.csproj index a49ce24..cd33747 100644 --- a/src/Victoria.csproj +++ b/src/Victoria.csproj @@ -7,7 +7,7 @@ - 7.0.4 + 7.0.5 Victoria Yucked; Contributors 2018 - 2024 Yucked. All rights reserved.