aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ControlHandler.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-01-28 21:54:51 +0100
committerBond_009 <bond.009@outlook.com>2020-01-28 21:54:51 +0100
commit6ee04855cd112255d4b73b24cb5511a41c1db1f9 (patch)
tree0e4154223c13f9821d6ded99111947d9459ef084 /Emby.Dlna/ContentDirectory/ControlHandler.cs
parentae9c1e29e7ef8e2498bd8185f591ef589526105e (diff)
Style
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
-rw-r--r--Emby.Dlna/ContentDirectory/ControlHandler.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Dlna/ContentDirectory/ControlHandler.cs b/Emby.Dlna/ContentDirectory/ControlHandler.cs
index 2efa53d49..2590a92a7 100644
--- a/Emby.Dlna/ContentDirectory/ControlHandler.cs
+++ b/Emby.Dlna/ContentDirectory/ControlHandler.cs
@@ -60,7 +60,8 @@ namespace Emby.Dlna.ContentDirectory
string accessToken,
IImageProcessor imageProcessor,
IUserDataManager userDataManager,
- User user, int systemUpdateId,
+ User user,
+ int systemUpdateId,
IServerConfigurationManager config,
ILocalizationManager localization,
IMediaSourceManager mediaSourceManager,