浏览代码

update comment

Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
dkanada 5 年之前
父节点
当前提交
bf09bbeacd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/SyncPlay/SyncPlayController.cs

+ 1 - 1
Emby.Server.Implementations/SyncPlay/SyncPlayController.cs

@@ -222,7 +222,7 @@ namespace Emby.Server.Implementations.SyncPlay
                 var updateOthers = NewSyncPlayGroupUpdate(GroupUpdateType.UserJoined, session.UserName);
                 SendGroupUpdate(session, BroadcastType.AllExceptCurrentSession, updateOthers, cancellationToken);
 
-                // syncing will happen client side
+                // Syncing will happen client-side
                 if (!_group.IsPaused)
                 {
                     var playCommand = NewSyncPlayCommand(SendCommandType.Play);