Fix warnings in Library

This commit is contained in:
Patrick Barron
2021-10-02 13:59:58 -04:00
parent aa3c33060d
commit 876a902356
12 changed files with 33 additions and 25 deletions

View File

@@ -348,7 +348,8 @@ namespace Emby.Server.Implementations.Library
nameof(Year),
nameof(MusicGenre),
nameof(Genre)
} : Array.Empty<string>();
}
: Array.Empty<string>();
var query = new InternalItemsQuery(user)
{