Add type to externalids to distinguish them in the UI

This commit is contained in:
Luke Foust
2020-03-22 12:58:53 -07:00
parent f3213d3bef
commit 9bdb99fe92
12 changed files with 96 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ namespace MediaBrowser.Providers.Tmdb.BoxSets
/// <inheritdoc />
public string Key => MetadataProviders.TmdbCollection.ToString();
/// <inheritdoc />
public ExternalIdType Type => ExternalIdType.BoxSet;
/// <inheritdoc />
public string UrlFormatString => TmdbUtils.BaseTmdbUrl + "collection/{0}";