Patrick Barron 3 лет назад
Родитель
Сommit
88157fcc77
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      MediaBrowser.Controller/Devices/IDeviceManager.cs

+ 3 - 0
MediaBrowser.Controller/Devices/IDeviceManager.cs

@@ -68,6 +68,9 @@ namespace MediaBrowser.Controller.Devices
         /// <summary>
         /// <summary>
         /// Determines whether this instance [can access device] the specified user identifier.
         /// Determines whether this instance [can access device] the specified user identifier.
         /// </summary>
         /// </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);
         bool CanAccessDevice(User user, string deviceId);
 
 
         Task UpdateDeviceOptions(string deviceId, string deviceName);
         Task UpdateDeviceOptions(string deviceId, string deviceName);