mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
Add type to externalids to distinguish them in the UI
This commit is contained in:
@@ -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}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user