mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
add code suggestions
This commit is contained in:
@@ -1494,7 +1494,7 @@ namespace Emby.Server.Implementations.Session
|
||||
{
|
||||
Limit = 1,
|
||||
AccessToken = accessToken
|
||||
}).Items[0];
|
||||
}).Items.FirstOrDefault();
|
||||
|
||||
if (existing != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user