aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services/ServiceController.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-07-22 18:41:58 +0200
committerGitHub <noreply@github.com>2020-07-22 18:41:58 +0200
commit89ff865d408686dc592e613f51628027537dc6d4 (patch)
tree03e924a34ce106a72279d160c36cfcd3ea1e545a /Emby.Server.Implementations/Services/ServiceController.cs
parenta86d8d1757e92284166bfd2fe3c1a564f3307b13 (diff)
parent301ddc1dacb1f7a8c67c62e1ebeeb9badc478bb8 (diff)
Merge pull request #3508 from BaronGreenback/nullable
Part 1: nullable Emby.DLNA
Diffstat (limited to 'Emby.Server.Implementations/Services/ServiceController.cs')
-rw-r--r--Emby.Server.Implementations/Services/ServiceController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Services/ServiceController.cs b/Emby.Server.Implementations/Services/ServiceController.cs
index 857df591a..d884d4f37 100644
--- a/Emby.Server.Implementations/Services/ServiceController.cs
+++ b/Emby.Server.Implementations/Services/ServiceController.cs
@@ -189,5 +189,4 @@ namespace Emby.Server.Implementations.Services
return ServiceExecGeneral.Execute(serviceType, req, service, requestDto, requestType.GetMethodName());
}
}
-
}