Merge pull request #7781 from crobibero/live-tv-infinite

(cherry picked from commit 77c73e241f)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
Cody Robibero
2022-05-29 08:49:50 -06:00
committed by crobibero
parent ad1e554141
commit b8722d02a3
4 changed files with 15 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);
}
}