mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Fix doc errors
This commit is contained in:
		
							parent
							
								
									cdb25e355c
								
							
						
					
					
						commit
						3e749eabdf
					
				@ -1,10 +1,8 @@
 | 
				
			|||||||
#nullable enable
 | 
					#nullable enable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
using System;
 | 
					using System;
 | 
				
			||||||
using System.Collections.Generic;
 | 
					 | 
				
			||||||
using Jellyfin.Api.Constants;
 | 
					using Jellyfin.Api.Constants;
 | 
				
			||||||
using MediaBrowser.Controller.Devices;
 | 
					using MediaBrowser.Controller.Devices;
 | 
				
			||||||
using MediaBrowser.Controller.Net;
 | 
					 | 
				
			||||||
using MediaBrowser.Controller.Security;
 | 
					using MediaBrowser.Controller.Security;
 | 
				
			||||||
using MediaBrowser.Controller.Session;
 | 
					using MediaBrowser.Controller.Session;
 | 
				
			||||||
using MediaBrowser.Model.Devices;
 | 
					using MediaBrowser.Model.Devices;
 | 
				
			||||||
@ -45,8 +43,8 @@ namespace Jellyfin.Api.Controllers
 | 
				
			|||||||
        /// <summary>
 | 
					        /// <summary>
 | 
				
			||||||
        /// Get Devices.
 | 
					        /// Get Devices.
 | 
				
			||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
        /// <param name="supportsSync">/// Gets or sets a value indicating whether [supports synchronize].</param>
 | 
					        /// <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="userId">Gets or sets the user identifier.</param>
 | 
				
			||||||
        /// <response code="200">Devices retrieved.</response>
 | 
					        /// <response code="200">Devices retrieved.</response>
 | 
				
			||||||
        /// <returns>An <see cref="OkResult"/> containing the list of devices.</returns>
 | 
					        /// <returns>An <see cref="OkResult"/> containing the list of devices.</returns>
 | 
				
			||||||
        [HttpGet]
 | 
					        [HttpGet]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user