Rework SsdpHttpClient

This commit is contained in:
Bond_009
2022-03-08 22:57:47 +01:00
parent 03f1eff21a
commit cafeedcadf
5 changed files with 144 additions and 157 deletions

View File

@@ -14,5 +14,10 @@
/// Gets the value for the MusicBrainz named http client.
/// </summary>
public const string MusicBrainz = nameof(MusicBrainz);
/// <summary>
/// Gets the value for the DLNA named http client.
/// </summary>
public const string Dlna = nameof(Dlna);
}
}