1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* 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

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 {