From d270b10db67eeaa16a35920d5d86b1975dfffd16 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 27 Jul 2017 01:18:39 -0400 Subject: move auto-organize to plugin --- .../FileOrganization/AutoOrganizeOptions.cs | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 MediaBrowser.Model/FileOrganization/AutoOrganizeOptions.cs (limited to 'MediaBrowser.Model/FileOrganization/AutoOrganizeOptions.cs') diff --git a/MediaBrowser.Model/FileOrganization/AutoOrganizeOptions.cs b/MediaBrowser.Model/FileOrganization/AutoOrganizeOptions.cs deleted file mode 100644 index 830d55bf5..000000000 --- a/MediaBrowser.Model/FileOrganization/AutoOrganizeOptions.cs +++ /dev/null @@ -1,24 +0,0 @@ - -namespace MediaBrowser.Model.FileOrganization -{ - public class AutoOrganizeOptions - { - /// - /// Gets or sets the tv options. - /// - /// The tv options. - public TvFileOrganizationOptions TvOptions { get; set; } - - /// - /// Gets or sets a list of smart match entries. - /// - /// The smart match entries. - public SmartMatchInfo[] SmartMatchInfos { get; set; } - - public AutoOrganizeOptions() - { - TvOptions = new TvFileOrganizationOptions(); - SmartMatchInfos = new SmartMatchInfo[]{}; - } - } -} -- cgit v1.2.3