From b8cbc90b52330526775dabe6ca26f6beaa8a28e8 Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Thu, 26 May 2022 21:21:57 +0800 Subject: [PATCH] remove constant --- Jellyfin.Plugin.JavTube/Constant.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jellyfin.Plugin.JavTube/Constant.cs b/Jellyfin.Plugin.JavTube/Constant.cs index 687fc5b..cdd18ac 100644 --- a/Jellyfin.Plugin.JavTube/Constant.cs +++ b/Jellyfin.Plugin.JavTube/Constant.cs @@ -4,10 +4,6 @@ public static class Constant { public const string JavTube = "JavTube"; - public const string JavTubeId = "JavTubeId"; - - public const string JavTubeProvider = "JavTubeProvider"; - public const string Description = "Just Another Video Tube"; public const string Guid = "df87283d-7224-4f9c-a448-3433d9cf278a";