From 36fee4e60a033d8d785e62788aaf00999d497c58 Mon Sep 17 00:00:00 2001 From: Ionut Andrei Oanca Date: Wed, 21 Oct 2020 16:42:57 +0200 Subject: Minor fixes --- Emby.Server.Implementations/SyncPlay/GroupController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Emby.Server.Implementations/SyncPlay/GroupController.cs') diff --git a/Emby.Server.Implementations/SyncPlay/GroupController.cs b/Emby.Server.Implementations/SyncPlay/GroupController.cs index ff1340e46b..26972de8aa 100644 --- a/Emby.Server.Implementations/SyncPlay/GroupController.cs +++ b/Emby.Server.Implementations/SyncPlay/GroupController.cs @@ -129,7 +129,7 @@ namespace Emby.Server.Implementations.SyncPlay /// /// Checks if a session is in this group. /// - /// The session id to check. + /// The session identifier to check. /// true if the session is in this group; false otherwise. private bool ContainsSession(string sessionId) { @@ -509,7 +509,7 @@ namespace Emby.Server.Implementations.SyncPlay return false; } - // Check is participants can access the new playing queue. + // Check if participants can access the new playing queue. if (!AllUsersHaveAccessToQueue(playQueue)) { return false; @@ -583,7 +583,7 @@ namespace Emby.Server.Implementations.SyncPlay return false; } - // Check is participants can access the new playing queue. + // Check if participants can access the new playing queue. if (!AllUsersHaveAccessToQueue(newItems)) { return false; -- cgit v1.2.3