Close live stream on session end

This commit is contained in:
Cody Robibero
2022-05-27 15:58:31 -06:00
parent 8a6b26cd42
commit bf0a7c374c
3 changed files with 8 additions and 4 deletions

View File

@@ -352,6 +352,6 @@ namespace MediaBrowser.Controller.Session
/// <returns>Task.</returns>
Task RevokeUserTokens(Guid userId, string currentAccessToken);
void CloseIfNeeded(SessionInfo session);
Task CloseIfNeededAsync(SessionInfo session);
}
}