fix AutoSkip SendPlaystateCommand

This commit is contained in:
Kilian von Pflugk 2024-05-13 15:28:15 +02:00
parent dd7a81410e
commit 805a799de7

View File

@ -172,7 +172,7 @@ public class AutoSkip : IHostedService, IDisposable
new PlaystateRequest new PlaystateRequest
{ {
Command = PlaystateCommand.Seek, Command = PlaystateCommand.Seek,
ControllingUserId = session.UserId.ToString("N"), ControllingUserId = session.UserId.ToString(),
SeekPositionTicks = introEnd * TimeSpan.TicksPerSecond, SeekPositionTicks = introEnd * TimeSpan.TicksPerSecond,
}, },
CancellationToken.None); CancellationToken.None);