aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-01-08 11:04:21 +0900
committerGitHub <noreply@github.com>2020-01-08 11:04:21 +0900
commit423d50e9785e6c97b566059abcb51e7d6e3d99f0 (patch)
tree7d671066170ba6632dc38aa11cfe98ae5514dcb1 /Jellyfin.Api/Controllers/StartupController.cs
parent534716d9c90fd0691dcbe3ec5a3fdf8ac265cbb1 (diff)
parent73fac50e57982ac46aea2b487e9906826c3dc3b2 (diff)
Merge pull request #1838 from Unhelpful/media-attachments
Add support for embedded attachments in media files
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,