mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
Update Jellyfin.Api/Controllers/DisplayPreferencesController.cs
Co-authored-by: David <davidullmer@outlook.de>
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
/// <param name="client">Client.</param>
|
/// <param name="client">Client.</param>
|
||||||
/// <param name="displayPreferences">New Display Preferences object.</param>
|
/// <param name="displayPreferences">New Display Preferences object.</param>
|
||||||
/// <response code="204">Display preferences updated.</response>
|
/// <response code="204">Display preferences updated.</response>
|
||||||
/// <returns>An <see cref="OkResult"/> on success.</returns>
|
/// <returns>An <see cref="NoContentResult"/> on success.</returns>
|
||||||
[HttpPost("{displayPreferencesId}")]
|
[HttpPost("{displayPreferencesId}")]
|
||||||
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
||||||
[SuppressMessage("Microsoft.Performance", "CA1801:ReviewUnusedParameters", MessageId = "displayPreferencesId", Justification = "Imported from ServiceStack")]
|
[SuppressMessage("Microsoft.Performance", "CA1801:ReviewUnusedParameters", MessageId = "displayPreferencesId", Justification = "Imported from ServiceStack")]
|
||||||
|
|||||||
Reference in New Issue
Block a user