aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2021-02-22 20:59:49 -0500
committerGitHub <noreply@github.com>2021-02-22 20:59:49 -0500
commit23ff1fab46d13d24203748a4054f055a76aae233 (patch)
tree238ceb41fccf30bf4e19887adbe1fe55b3eb733e /Emby.Server.Implementations/ApplicationHost.cs
parent6cfec511c317bf51aa9fd8d6f0998c6f8b7af6ef (diff)
parent9e5c4439b9cba6922ccadf880edb9049ce18e824 (diff)
Merge pull request #4984 from Bond-009/subtitleedit
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 1b9bb86bb..0a7c5c1fb 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -374,7 +374,7 @@ namespace Emby.Server.Implementations
/// <summary>
/// Creates an instance of type and resolves all constructor dependencies.
/// </summary>
- /// /// <typeparam name="T">The type.</typeparam>
+ /// <typeparam name="T">The type.</typeparam>
/// <returns>T.</returns>
public T CreateInstance<T>()
=> ActivatorUtilities.CreateInstance<T>(ServiceProvider);