Apply suggestions from code review

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
ConfusedPolarBear
2020-06-09 13:28:40 -05:00
committed by GitHub
parent 001c78573e
commit 7d9b552403
5 changed files with 36 additions and 30 deletions

View File

@@ -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");
}