summaryrefslogtreecommitdiff
path: root/Api/JCoverSharedController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Api/JCoverSharedController.cs')
-rw-r--r--Api/JCoverSharedController.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Api/JCoverSharedController.cs b/Api/JCoverSharedController.cs
new file mode 100644
index 0000000..a5eecc1
--- /dev/null
+++ b/Api/JCoverSharedController.cs
@@ -0,0 +1,9 @@
+using Microsoft.AspNetCore.Mvc;
+
+namespace Jellyfin.Plugin.JCoverXtremePro.Api;
+
+[ApiController]
+[Route("JCoverXtreme")]
+public class JCoverSharedController : ControllerBase
+{
+} \ No newline at end of file