aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2021-09-02 20:22:08 -0400
committerPatrick Barron <barronpm@gmail.com>2021-09-02 20:22:08 -0400
commit88157fcc77dc6cd47b4defda95089677403241ba (patch)
treed92cc8e534eafb6352138be12c9dc0d32b5f2096
parent098bd5cfa9dd16bde95c597f1245a69f0d2a74ac (diff)
Re-add documentation
-rw-r--r--MediaBrowser.Controller/Devices/IDeviceManager.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Devices/IDeviceManager.cs b/MediaBrowser.Controller/Devices/IDeviceManager.cs
index 7e696c3b3..8362db1a7 100644
--- a/MediaBrowser.Controller/Devices/IDeviceManager.cs
+++ b/MediaBrowser.Controller/Devices/IDeviceManager.cs
@@ -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);