mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-03 12:52:56 +01:00
Fix api url
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MediaBrowser.Providers.Tmdb.BoxSets
|
||||
|
||||
public string Key => MetadataProviders.TmdbCollection.ToString();
|
||||
|
||||
public string UrlFormatString => TmdbUtils.BaseMovieDbUrl + "collection/{0}";
|
||||
public string UrlFormatString => TmdbUtils.BaseTmdbUrl + "collection/{0}";
|
||||
|
||||
public bool Supports(IHasProviderIds item)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user