Explorar el Código

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

Luke Pulverenti hace 9 años
padre
commit
3ad76acf4d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)