Merge pull request #4984 from Bond-009/subtitleedit

This commit is contained in:
Joshua M. Boniface
2021-02-22 20:59:49 -05:00
committed by GitHub
14 changed files with 219 additions and 717 deletions

View File

@@ -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);