diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-01-11 21:16:36 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-01-11 22:17:05 +0100 |
| commit | cd0592ea8f4a373a4318d2aba42349a1b89d4b32 (patch) | |
| tree | bbc15bafd9914cb05247a37e97b9fc3a7d5bf1fe /Emby.Naming/Video/CleanStringResult.cs | |
| parent | dd254eddac4b805f0020e5899fb903ef10714527 (diff) | |
Improve parsers
Diffstat (limited to 'Emby.Naming/Video/CleanStringResult.cs')
| -rw-r--r-- | Emby.Naming/Video/CleanStringResult.cs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Emby.Naming/Video/CleanStringResult.cs b/Emby.Naming/Video/CleanStringResult.cs deleted file mode 100644 index 786fe9e028..0000000000 --- a/Emby.Naming/Video/CleanStringResult.cs +++ /dev/null @@ -1,20 +0,0 @@ -#pragma warning disable CS1591 -#pragma warning disable SA1600 - -namespace Emby.Naming.Video -{ - public class CleanStringResult - { - /// <summary> - /// Gets or sets the name. - /// </summary> - /// <value>The name.</value> - public string Name { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether this instance has changed. - /// </summary> - /// <value><c>true</c> if this instance has changed; otherwise, <c>false</c>.</value> - public bool HasChanged { get; set; } - } -} |
