mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Re-add documentation
This commit is contained in:
parent
098bd5cfa9
commit
88157fcc77
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ namespace MediaBrowser.Controller.Devices
|
|||
/// <summary>
|
||||
/// Determines whether this instance [can access device] the specified user identifier.
|
||||
/// </summary>
|
||||
/// <param name="user">The user to test.</param>
|
||||
/// <param name="deviceId">The device id to test.</param>
|
||||
/// <returns>Whether the user can access the device.</returns>
|
||||
bool CanAccessDevice(User user, string deviceId);
|
||||
|
||||
Task UpdateDeviceOptions(string deviceId, string deviceName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue