diff options
| author | Ionut Andrei Oanca <oancaionutandrei@gmail.com> | 2020-10-21 15:46:50 +0200 |
|---|---|---|
| committer | Ionut Andrei Oanca <oancaionutandrei@gmail.com> | 2020-10-21 15:46:50 +0200 |
| commit | 93cbf64f884688b667c5403412cb8193dadb251c (patch) | |
| tree | 243495cf8732a14fda47deeabd0922bdb5c2801e /Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs | |
| parent | 8819a9d478e6fc11dbfdcff80d9a2dc175953373 (diff) | |
End comments with a period
Diffstat (limited to 'Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs index a8e30a9eca..6e3b492498 100644 --- a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs +++ b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs @@ -135,7 +135,7 @@ namespace Emby.Server.Implementations.SyncPlay return; } - // TODO: probably remove this event, not used at the moment + // TODO: probably remove this event, not used at the moment. } private void OnSessionManagerPlaybackStart(object sender, PlaybackProgressEventArgs e) @@ -146,7 +146,7 @@ namespace Emby.Server.Implementations.SyncPlay return; } - // TODO: probably remove this event, not used at the moment + // TODO: probably remove this event, not used at the moment. } private void OnSessionManagerPlaybackStopped(object sender, PlaybackStopEventArgs e) @@ -157,7 +157,7 @@ namespace Emby.Server.Implementations.SyncPlay return; } - // TODO: probably remove this event, not used at the moment + // TODO: probably remove this event, not used at the moment. } private bool IsSessionInGroup(SessionInfo session) @@ -267,7 +267,7 @@ namespace Emby.Server.Implementations.SyncPlay /// <inheritdoc /> public void LeaveGroup(SessionInfo session, CancellationToken cancellationToken) { - // TODO: determine what happens to users that are in a group and get their permissions revoked + // TODO: determine what happens to users that are in a group and get their permissions revoked. lock (_groupsLock) { _sessionToGroupMap.TryGetValue(session.Id, out var group); |
