mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 04:13:15 +01:00
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
This commit is contained in:
commit
3ad76acf4d
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ namespace MediaBrowser.Providers.TV
|
||||||
|
|
||||||
public string UrlFormatString
|
public string UrlFormatString
|
||||||
{
|
{
|
||||||
get { return null; }
|
get { return "https://thetvdb.com/index.php?tab=episode&id={0}"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool Supports(IHasProviderIds item)
|
public bool Supports(IHasProviderIds item)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue