Răsfoiți Sursa

update comment

Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
dkanada 5 ani în urmă
părinte
comite
bf09bbeacd
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);
                 var updateOthers = NewSyncPlayGroupUpdate(GroupUpdateType.UserJoined, session.UserName);
                 SendGroupUpdate(session, BroadcastType.AllExceptCurrentSession, updateOthers, cancellationToken);
                 SendGroupUpdate(session, BroadcastType.AllExceptCurrentSession, updateOthers, cancellationToken);
 
 
-                // syncing will happen client side
+                // Syncing will happen client-side
                 if (!_group.IsPaused)
                 if (!_group.IsPaused)
                 {
                 {
                     var playCommand = NewSyncPlayCommand(SendCommandType.Play);
                     var playCommand = NewSyncPlayCommand(SendCommandType.Play);