From 017074a3b80d1d52df4d5b1f748beeb6ee0fd985 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 21 Jan 2015 21:01:16 +0000 Subject: [PATCH] * update mirrors URL as per API spec: "Retrieve http://thetvdb.com/api//mirrors.xml" --- source/net/filebot/web/TheTVDBClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/filebot/web/TheTVDBClient.java b/source/net/filebot/web/TheTVDBClient.java index 34093465..a72d7220 100644 --- a/source/net/filebot/web/TheTVDBClient.java +++ b/source/net/filebot/web/TheTVDBClient.java @@ -337,7 +337,7 @@ public class TheTVDBClient extends AbstractEpisodeListProvider { } // use default server - return new URL("http", host, path); + return new URL("http", "thetvdb.com", path); } protected static enum MirrorType {