Browse Source

Add DisplayPreferencesController

crobibero 5 years ago
parent
commit
86d68e23e7
1 changed files with 11 additions and 0 deletions
  1. 11 0
      Jellyfin.Api/Controllers/DisplayPreferencesController.cs

+ 11 - 0
Jellyfin.Api/Controllers/DisplayPreferencesController.cs

@@ -0,0 +1,11 @@
+using Microsoft.AspNetCore.Mvc;
+
+namespace Jellyfin.Api.Controllers
+{
+    /// <summary>
+    /// Display Preferences Controller.
+    /// </summary>
+    public class DisplayPreferencesController : BaseJellyfinApiController
+    {
+    }
+}