diff options
| author | softworkz <softworkz@hotmail.com> | 2016-05-28 11:13:01 +0200 |
|---|---|---|
| committer | softworkz <softworkz@hotmail.com> | 2016-06-04 23:09:15 +0200 |
| commit | b4737b02117d5233a5a8113ddfa3cc7d54ae689d (patch) | |
| tree | 4aea85b383de17ffcbb03708dbb9205535ae8856 | |
| parent | 59d174ef9e19a4a8a1ba5d3fda325a99ac3f8313 (diff) | |
TheTvDb: Add episode url for external links
| -rw-r--r-- | MediaBrowser.Providers/TV/TvExternalIds.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/TV/TvExternalIds.cs b/MediaBrowser.Providers/TV/TvExternalIds.cs index f5a26ba0a..2ba3b6ff6 100644 --- a/MediaBrowser.Providers/TV/TvExternalIds.cs +++ b/MediaBrowser.Providers/TV/TvExternalIds.cs @@ -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) |
