mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Fix some warnings
This commit is contained in:
@@ -344,7 +344,7 @@ namespace MediaBrowser.Controller.Session
|
||||
/// <returns>A <see cref="Task"/> representing the log out process.</returns>
|
||||
Task Logout(string accessToken);
|
||||
|
||||
Task Logout(Device accessToken);
|
||||
Task Logout(Device device);
|
||||
|
||||
/// <summary>
|
||||
/// Revokes the user tokens.
|
||||
|
||||
Reference in New Issue
Block a user