This commit is contained in:
Luke Pulverenti 2016-06-04 23:50:17 -04:00
commit 3ad76acf4d

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)