aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-26 23:25:39 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-26 23:25:39 -0400
commit809e4629c09821e7373bff79e0d0be86df11ce2c (patch)
treeed735029b8cecc448df9e553b0d40e9c84d4c2de /MediaBrowser.Server.Implementations/Session/HttpSessionController.cs
parent6780e146a0bbea7065f478f957642a8ce50a6643 (diff)
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/HttpSessionController.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Session/HttpSessionController.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs b/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs
index a719e8be2..d2ace23a9 100644
--- a/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs
+++ b/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs
@@ -157,10 +157,10 @@ namespace MediaBrowser.Server.Implementations.Session
throw new ArgumentException("SeekPositionTicks cannot be null");
}
- args["StartPositionTicks"] = command.SeekPositionTicks.Value.ToString(CultureInfo.InvariantCulture);
+ args["SeekPositionTicks"] = command.SeekPositionTicks.Value.ToString(CultureInfo.InvariantCulture);
}
- return SendMessage(command.Command.ToString(), cancellationToken);
+ return SendMessage(command.Command.ToString(), args, cancellationToken);
}
public Task SendLibraryUpdateInfo(LibraryUpdateInfo info, CancellationToken cancellationToken)