mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Combine if statements
This commit is contained in:
parent
3264575047
commit
4206c0e091
@ -123,10 +123,6 @@ namespace Jellyfin.Server.Implementations.Security
|
|||||||
if (device != null)
|
if (device != null)
|
||||||
{
|
{
|
||||||
authInfo.IsAuthenticated = true;
|
authInfo.IsAuthenticated = true;
|
||||||
}
|
|
||||||
|
|
||||||
if (device != null)
|
|
||||||
{
|
|
||||||
var updateToken = false;
|
var updateToken = false;
|
||||||
|
|
||||||
// TODO: Remove these checks for IsNullOrWhiteSpace
|
// TODO: Remove these checks for IsNullOrWhiteSpace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user