aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-12-26 23:09:00 +0100
committerdkanada <dkanada@users.noreply.github.com>2020-01-08 01:23:57 +0900
commita253fa616da3fd982ca2190b69d25853893665f1 (patch)
tree26ebc329f7ab82bb366c1e8703c9527ccd1f5e6f /Jellyfin.Api/Controllers/StartupController.cs
parentaca31457c06ea13042accd60e27ab61208a51577 (diff)
Fix build and address comments
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,