mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
sync updates
This commit is contained in:
@@ -557,6 +557,13 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <exception cref="ArgumentNullException">id</exception>
|
||||
Task<UserDto> GetUserAsync(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the offline user asynchronous.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>Task<UserDto>.</returns>
|
||||
Task<UserDto> GetOfflineUserAsync(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the parental ratings async.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user