* update mirrors URL as per API spec: "Retrieve http://thetvdb.com/api/<apikey>/mirrors.xml"
This commit is contained in:
parent
eb3a22358a
commit
017074a3b8
|
@ -337,7 +337,7 @@ public class TheTVDBClient extends AbstractEpisodeListProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
// use default server
|
// use default server
|
||||||
return new URL("http", host, path);
|
return new URL("http", "thetvdb.com", path);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static enum MirrorType {
|
protected static enum MirrorType {
|
||||||
|
|
Loading…
Reference in New Issue