diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-09-29 09:18:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 09:18:52 +0200 |
| commit | 7775066475c14627fb635a2475f4378e4b0c1782 (patch) | |
| tree | 16b599670ad0c23ba181c09ce7b198549b946bf2 /Emby.Server.Implementations/Data | |
| parent | 6cafc152b9403f7870003b0e1a7c85ce74910162 (diff) | |
| parent | 53d5f64e037c13c295d82fcb98b91ef2de8fc842 (diff) | |
Merge pull request #4236 from ConfusedPolarBear/warnings1
Fix some warnings
Diffstat (limited to 'Emby.Server.Implementations/Data')
| -rw-r--r-- | Emby.Server.Implementations/Data/SqliteItemRepository.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs index ab60cee618..d09f84e174 100644 --- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs @@ -2263,7 +2263,6 @@ namespace Emby.Server.Implementations.Data return query.IncludeItemTypes.Contains("Trailer", StringComparer.OrdinalIgnoreCase); } - private static readonly HashSet<string> _artistExcludeParentTypes = new HashSet<string>(StringComparer.OrdinalIgnoreCase) { "Series", @@ -3291,7 +3290,6 @@ namespace Emby.Server.Implementations.Data } } - var isReturningZeroItems = query.Limit.HasValue && query.Limit <= 0; var statementTexts = new List<string>(); @@ -6006,7 +6004,6 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type } } - /// <summary> /// Gets the chapter. /// </summary> |
