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 --- MediaBrowser.Model/FileOrganization/FileOrganizerType.cs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 MediaBrowser.Model/FileOrganization/FileOrganizerType.cs (limited to 'MediaBrowser.Model/FileOrganization/FileOrganizerType.cs') diff --git a/MediaBrowser.Model/FileOrganization/FileOrganizerType.cs b/MediaBrowser.Model/FileOrganization/FileOrganizerType.cs deleted file mode 100644 index cbbeb9ce2..000000000 --- a/MediaBrowser.Model/FileOrganization/FileOrganizerType.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace MediaBrowser.Model.FileOrganization -{ - public enum FileOrganizerType - { - Movie, - Episode, - Song - } -} \ No newline at end of file -- cgit v1.2.3