diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-02-28 00:46:34 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-02-28 00:46:34 +0100 |
| commit | acf30e00ce11276bcef7fdce3abe5efe834c1fed (patch) | |
| tree | 8fd4fb3b9f0a1d5dba834d8513b01250a6c293cd /Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs | |
| parent | e26446f9c06d23d483d7c3db40888d51d37fdcdc (diff) | |
Remove obsolete code for premium plugins
Diffstat (limited to 'Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs')
| -rw-r--r-- | Jellyfin.Api/Models/PluginDtos/PluginSecurityInfo.cs | 18 |
1 files changed, 0 insertions, 18 deletions
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 -{ - /// <summary> - /// Plugin security info. - /// </summary> - public class PluginSecurityInfo - { - /// <summary> - /// Gets or sets the supporter key. - /// </summary> - public string? SupporterKey { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether is mb supporter. - /// </summary> - public bool IsMbSupporter { get; set; } - } -} |
