mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 22:24:16 +02:00
Add DisplayPreferencesController
This commit is contained in:
parent
16401ec7ae
commit
86d68e23e7
1 changed files with 11 additions and 0 deletions
11
Jellyfin.Api/Controllers/DisplayPreferencesController.cs
Normal file
11
Jellyfin.Api/Controllers/DisplayPreferencesController.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Jellyfin.Api.Controllers
|
||||
{
|
||||
/// <summary>
|
||||
/// Display Preferences Controller.
|
||||
/// </summary>
|
||||
public class DisplayPreferencesController : BaseJellyfinApiController
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue