aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-01-08 18:10:17 +0100
committerBond-009 <bond.009@outlook.com>2020-01-08 18:10:17 +0100
commitc3752b1a3080f6f54c77a436c7d0b309792b8872 (patch)
treec762d033f487407f483b03e2f16ac7bec44ad22c /Jellyfin.Api/Controllers/StartupController.cs
parent9dfafb9e9fcddb253b157fe03b085b7fceef4290 (diff)
parent124a852787ff94201de452a952eb31376beafe12 (diff)
Merge branch 'master' into scanerrors
Diffstat (limited to 'Jellyfin.Api/Controllers/StartupController.cs')
-rw-r--r--Jellyfin.Api/Controllers/StartupController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/StartupController.cs b/Jellyfin.Api/Controllers/StartupController.cs
index 1014c8c56..afc9b8f3d 100644
--- a/Jellyfin.Api/Controllers/StartupController.cs
+++ b/Jellyfin.Api/Controllers/StartupController.cs
@@ -96,7 +96,6 @@ namespace Jellyfin.Api.Controllers
public StartupUserDto GetFirstUser()
{
var user = _userManager.Users.First();
-
return new StartupUserDto
{
Name = user.Name,