aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
diff options
context:
space:
mode:
authorArtiume <siderite@gmail.com>2020-01-09 12:14:54 -0500
committerGitHub <noreply@github.com>2020-01-09 12:14:54 -0500
commita40cb7bbd865ec3a693c74669dcc341ecac85169 (patch)
tree85aa8a335a122d87608aef3afa3ed07125722803 /Jellyfin.Api/Controllers/StartupController.cs
parent5b559979845a1c050176e3083e6307e56b43182c (diff)
parent162c1ac7b7fde0e4929cf262b0f275e3eb15524c (diff)
Merge pull request #7 from jellyfin/master
nightly
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,