TheTvDb: Add episode url for external links

This commit is contained in:
softworkz 2016-05-28 11:13:01 +02:00
parent 59d174ef9e
commit b4737b0211

View File

@ -88,7 +88,7 @@ namespace MediaBrowser.Providers.TV
public string UrlFormatString
{
get { return null; }
get { return "https://thetvdb.com/index.php?tab=episode&id={0}"; }
}
public bool Supports(IHasProviderIds item)