diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-04-18 16:11:42 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-04-18 16:11:42 -0400 |
| commit | 7147bec7d85a389671fe94c736ae3af13e41e28e (patch) | |
| tree | 00f5a13f86f231a0dc991e59c0c89713ff0e8eb5 /MediaBrowser.Controller/Entities/UserView.cs | |
| parent | 310f0e2811cd56003b67d964a41447e92e61a75f (diff) | |
add landing screen settings
Diffstat (limited to 'MediaBrowser.Controller/Entities/UserView.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/UserView.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Controller/Entities/UserView.cs b/MediaBrowser.Controller/Entities/UserView.cs index fb00937fb..99601b290 100644 --- a/MediaBrowser.Controller/Entities/UserView.cs +++ b/MediaBrowser.Controller/Entities/UserView.cs @@ -153,17 +153,6 @@ namespace MediaBrowser.Controller.Entities return types.Contains(viewType ?? string.Empty, StringComparer.OrdinalIgnoreCase); } - public static bool IsEligibleForEnhancedView(string viewType) - { - var types = new[] - { - CollectionType.Movies, - CollectionType.TvShows - }; - - return types.Contains(viewType ?? string.Empty, StringComparer.OrdinalIgnoreCase); - } - public static bool EnableOriginalFolder(string viewType) { var types = new[] |
