diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-27 01:18:39 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-27 01:18:39 -0400 |
| commit | d270b10db67eeaa16a35920d5d86b1975dfffd16 (patch) | |
| tree | 8ecb86ddaf4f5ac495ba64ff16fcfb682ec4ea40 /MediaBrowser.Model/FileOrganization/FileOrganizerType.cs | |
| parent | 6652d856f9047b7669b3b00ea5c8cc42ba05256a (diff) | |
move auto-organize to plugin
Diffstat (limited to 'MediaBrowser.Model/FileOrganization/FileOrganizerType.cs')
| -rw-r--r-- | MediaBrowser.Model/FileOrganization/FileOrganizerType.cs | 9 |
1 files changed, 0 insertions, 9 deletions
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 |
