mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Fixed tests
This commit is contained in:
parent
d4ca8d58c4
commit
e331dc35ac
@ -185,7 +185,7 @@ namespace Emby.Server.Implementations.Library
|
||||
{
|
||||
using var context = _repository.CreateDbContext();
|
||||
var key = keys.FirstOrDefault();
|
||||
if (key is null || Guid.TryParse(key, out var itemId))
|
||||
if (key is null || !Guid.TryParse(key, out var itemId))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user