fix AutoSkip SendPlaystateCommand
This commit is contained in:
parent
dd7a81410e
commit
805a799de7
@ -172,7 +172,7 @@ public class AutoSkip : IHostedService, IDisposable
|
||||
new PlaystateRequest
|
||||
{
|
||||
Command = PlaystateCommand.Seek,
|
||||
ControllingUserId = session.UserId.ToString("N"),
|
||||
ControllingUserId = session.UserId.ToString(),
|
||||
SeekPositionTicks = introEnd * TimeSpan.TicksPerSecond,
|
||||
},
|
||||
CancellationToken.None);
|
||||
|
Loading…
x
Reference in New Issue
Block a user