Migrate to IExternalUrlProvider

This commit is contained in:
Shadowghost
2024-12-07 19:26:58 +01:00
parent 712908d53c
commit 5303445c9b
35 changed files with 374 additions and 107 deletions

View File

@@ -31,12 +31,6 @@ namespace MediaBrowser.Controller.Providers
/// </remarks>
ExternalIdMediaType? Type { get; }
/// <summary>
/// Gets the URL format string for this id.
/// </summary>
[Obsolete("Obsolete in 10.10, to be removed in 10.11")]
string? UrlFormatString { get; }
/// <summary>
/// Determines whether this id supports a given item type.
/// </summary>