diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-07-27 01:21:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-27 01:21:30 -0400 |
| commit | 76affb41b0fedc89b9eeb52cbd25a661c8beb486 (patch) | |
| tree | 14ed05412fd182e756f3558c9e18e39e42faf679 /MediaBrowser.Model/FileOrganization/AutoOrganizeOptions.cs | |
| parent | ce6d403689604def0afdc54aa6fe174488367081 (diff) | |
| parent | d0aa25f0295580303cffddb9539b50a05a22b41f (diff) | |
Merge pull request #2779 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/FileOrganization/AutoOrganizeOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/FileOrganization/AutoOrganizeOptions.cs | 24 |
1 files changed, 0 insertions, 24 deletions
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 - { - /// <summary> - /// Gets or sets the tv options. - /// </summary> - /// <value>The tv options.</value> - public TvFileOrganizationOptions TvOptions { get; set; } - - /// <summary> - /// Gets or sets a list of smart match entries. - /// </summary> - /// <value>The smart match entries.</value> - public SmartMatchInfo[] SmartMatchInfos { get; set; } - - public AutoOrganizeOptions() - { - TvOptions = new TvFileOrganizationOptions(); - SmartMatchInfos = new SmartMatchInfo[]{}; - } - } -} |
