mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-02-03 02:25:02 +08:00
Add const
This commit is contained in:
@@ -2,11 +2,15 @@ namespace Jellyfin.Plugin.JavTube;
|
||||
|
||||
public static class Constant
|
||||
{
|
||||
public static readonly string JavTube = "JavTube";
|
||||
public const string JavTube = "JavTube";
|
||||
|
||||
public static readonly string Description = "Just Another Video Tube";
|
||||
public const string JavTubeId = "JavTubeId";
|
||||
|
||||
public static readonly string Guid = "df87283d-7224-4f9c-a448-3433d9cf278a";
|
||||
public const string JavTubeProvider = "JavTubeProvider";
|
||||
|
||||
public const string Description = "Just Another Video Tube";
|
||||
|
||||
public const string Guid = "df87283d-7224-4f9c-a448-3433d9cf278a";
|
||||
|
||||
public static readonly string UserAgent = $"Jellyfin.Plugin.JavTube/{Plugin.Instance.Version}";
|
||||
}
|
||||
Reference in New Issue
Block a user