diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-01-08 23:03:02 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-02-09 15:12:41 +0100 |
| commit | ed8fce2dced5aa1e3db5426e2bdd0aaf756d0e6b (patch) | |
| tree | c5faae6dbe5ae4fb1a539cb2c332ae58376ed00d /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 995b3700177fce186d3232567e746d69ba54b295 (diff) | |
Use SubtitleEdit to parse subtitles
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
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); |
