aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs')
-rw-r--r--MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs b/MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs
deleted file mode 100644
index 28c99b89b..000000000
--- a/MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-
-namespace MediaBrowser.Model.FileOrganization
-{
- public class SmartMatchInfo
- {
- public string ItemName { get; set; }
- public string DisplayName { get; set; }
- public FileOrganizerType OrganizerType { get; set; }
- public string[] MatchStrings { get; set; }
-
- public SmartMatchInfo()
- {
- MatchStrings = new string[] { };
- }
- }
-}