aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DevicesController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-04 07:29:00 -0600
committercrobibero <cody@robibe.ro>2020-06-04 07:29:00 -0600
commit3e749eabdf10f9a070a6c303ec37a912f9657e58 (patch)
treeefa383851a507d8ff6ef46eb154da1abae014a5b /Jellyfin.Api/Controllers/DevicesController.cs
parentcdb25e355c6ebf9ba09f44a7bb7e35286e50976e (diff)
Fix doc errors
Diffstat (limited to 'Jellyfin.Api/Controllers/DevicesController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DevicesController.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/Jellyfin.Api/Controllers/DevicesController.cs b/Jellyfin.Api/Controllers/DevicesController.cs
index a46d3f937..1e7557903 100644
--- a/Jellyfin.Api/Controllers/DevicesController.cs
+++ b/Jellyfin.Api/Controllers/DevicesController.cs
@@ -1,10 +1,8 @@
#nullable enable
using System;
-using System.Collections.Generic;
using Jellyfin.Api.Constants;
using MediaBrowser.Controller.Devices;
-using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Security;
using MediaBrowser.Controller.Session;
using MediaBrowser.Model.Devices;
@@ -45,8 +43,8 @@ namespace Jellyfin.Api.Controllers
/// <summary>
/// Get Devices.
/// </summary>
- /// <param name="supportsSync">/// Gets or sets a value indicating whether [supports synchronize].</param>
- /// <param name="userId">/// Gets or sets the user identifier.</param>
+ /// <param name="supportsSync">Gets or sets a value indicating whether [supports synchronize].</param>
+ /// <param name="userId">Gets or sets the user identifier.</param>
/// <response code="200">Devices retrieved.</response>
/// <returns>An <see cref="OkResult"/> containing the list of devices.</returns>
[HttpGet]