Ver Fonte

Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev

Luke Pulverenti há 9 anos atrás
pai
commit
3ad76acf4d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      MediaBrowser.Providers/TV/TvExternalIds.cs

+ 1 - 1
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)