mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 21:20:46 +01:00
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
committed by
GitHub
parent
001c78573e
commit
7d9b552403
@@ -1413,7 +1413,7 @@ namespace Emby.Server.Implementations.Session
|
||||
Limit = 1
|
||||
});
|
||||
|
||||
if(result.TotalRecordCount < 1)
|
||||
if (result.TotalRecordCount < 1)
|
||||
{
|
||||
throw new SecurityException("Unknown quick connect token");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user