diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-13 16:26:04 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-13 16:26:04 -0500 |
| commit | 942c9a9732faf4302a7de380673362d0f8a958e2 (patch) | |
| tree | 9fe0fa746ad048e28b0979318e9b3b15c220461c /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | ab3da461130b0db2f77e7e848c4bbd1280e5524a (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 9da82197a..1d69cd325 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -346,6 +346,7 @@ namespace MediaBrowser.Server.Startup.Common new RenameXbmcOptions(ServerConfigurationManager).Run(); new RenameXmlOptions(ServerConfigurationManager).Run(); new DeprecatePlugins(ApplicationPaths).Run(); + new DeleteDlnaProfiles(ApplicationPaths).Run(); } /// <summary> |
