fix AutoSkip SendPlaystateCommand
This commit is contained in:
parent
dd7a81410e
commit
805a799de7
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user