mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 22:41:26 +02:00
TheTvDb: Add episode url for external links
This commit is contained in:
parent
59d174ef9e
commit
b4737b0211
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue