aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Video/CleanStringResult.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-01-19 00:08:37 +0900
committerGitHub <noreply@github.com>2020-01-19 00:08:37 +0900
commitc618f3f8eb4ab58004dea94cd475438e555ce461 (patch)
tree03a219a548485b0c5ad6afcdcb4fa389c6dcee2c /Emby.Naming/Video/CleanStringResult.cs
parent1e65cc469539da0f31aaa93251bf3e0ab2e30a1e (diff)
parent9f5bbb126e55b23243d22bcfd85fbbb17e10ec17 (diff)
Merge pull request #2257 from Bond-009/cleantests
Fix a couple of tests
Diffstat (limited to 'Emby.Naming/Video/CleanStringResult.cs')
-rw-r--r--Emby.Naming/Video/CleanStringResult.cs20
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 786fe9e02..000000000
--- 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; }
- }
-}