diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-02-28 08:09:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-28 08:09:59 -0700 |
| commit | f1808f6ae41d9f767dc7d9b57c7f586cd6852eaf (patch) | |
| tree | 8fd4fb3b9f0a1d5dba834d8513b01250a6c293cd /Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs | |
| parent | e26446f9c06d23d483d7c3db40888d51d37fdcdc (diff) | |
| parent | acf30e00ce11276bcef7fdce3abe5efe834c1fed (diff) | |
Merge pull request #7369 from Bond-009/jellyplus
Diffstat (limited to 'Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs')
| -rw-r--r-- | Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs b/Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs deleted file mode 100644 index 7f1255f4b..000000000 --- a/Jellyfin.Api/Models/PluginDtos/MBRegistrationRecord.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System; - -namespace Jellyfin.Api.Models.PluginDtos -{ - /// <summary> - /// MB Registration Record. - /// </summary> - public class MBRegistrationRecord - { - /// <summary> - /// Gets or sets expiration date. - /// </summary> - public DateTime ExpirationDate { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether is registered. - /// </summary> - public bool IsRegistered { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether reg checked. - /// </summary> - public bool RegChecked { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether reg error. - /// </summary> - public bool RegError { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether trial version. - /// </summary> - public bool TrialVersion { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether is valid. - /// </summary> - public bool IsValid { get; set; } - } -} |
