Fix documentation for AddDlnaServices

This commit is contained in:
Patrick Barron 2023-10-11 14:57:29 -04:00
parent 44380933a0
commit b8f4c1de69

View File

@ -27,7 +27,7 @@ public static class DlnaServiceCollectionExtensions
/// Adds DLNA services to the provided <see cref="IServiceCollection"/>.
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/>.</param>
/// <param name="applicationHost">the.</param>
/// <param name="applicationHost">The <see cref="IServerApplicationHost"/>.</param>
public static void AddDlnaServices(
this IServiceCollection services,
IServerApplicationHost applicationHost)