diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-13 16:54:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-13 16:54:29 -0400 |
| commit | 8508e07bb9d1af326ef4c1c1b891e0d49288167b (patch) | |
| tree | 90b1d6eaf77b6d8a0e4d8da896c01473f11119f8 /MediaBrowser.Controller/Configuration | |
| parent | 4f658db3f12e174f6b093f7feb3f9b161bf17062 (diff) | |
improve genre displays
Diffstat (limited to 'MediaBrowser.Controller/Configuration')
| -rw-r--r-- | MediaBrowser.Controller/Configuration/LibraryOptions.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/MediaBrowser.Controller/Configuration/LibraryOptions.cs b/MediaBrowser.Controller/Configuration/LibraryOptions.cs deleted file mode 100644 index 1a824c08b..000000000 --- a/MediaBrowser.Controller/Configuration/LibraryOptions.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace MediaBrowser.Controller.Configuration -{ - public class LibraryOptions - { - public bool EnableAudioArchiveFiles { get; set; } - public bool EnableVideoArchiveFiles { get; set; } - } -} |
