From acf30e00ce11276bcef7fdce3abe5efe834c1fed Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Mon, 28 Feb 2022 00:46:34 +0100 Subject: Remove obsolete code for premium plugins --- Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs (limited to 'Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs') diff --git a/Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs b/Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs deleted file mode 100644 index a90398425..000000000 --- a/Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace Jellyfin.Api.Models.PluginDtos -{ - /// - /// Plugin security info. - /// - public class PluginSecurityInfo - { - /// - /// Gets or sets the supporter key. - /// - public string? SupporterKey { get; set; } - - /// - /// Gets or sets a value indicating whether is mb supporter. - /// - public bool IsMbSupporter { get; set; } - } -} -- cgit v1.2.3