* update mirrors URL as per API spec: "Retrieve http://thetvdb.com/api/<apikey>/mirrors.xml"

This commit is contained in:
Reinhard Pointner 2015-01-21 21:01:16 +00:00
parent eb3a22358a
commit 017074a3b8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {