mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix error on download backside.jpg symbol
This commit is contained in:
parent
9b95e20d83
commit
b97edec5b9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import static org.mage.plugins.card.dl.DownloadJob.toFile;
|
|||
*/
|
||||
public class DirectLinksForDownload implements Iterable<DownloadJob> {
|
||||
|
||||
private static final String backsideUrl = "http://upload.wikimedia.org/wikipedia/en/a/aa/Magic_the_gathering-card_back.jpg";
|
||||
private static final String backsideUrl = "https://upload.wikimedia.org/wikipedia/en/a/aa/Magic_the_gathering-card_back.jpg";
|
||||
|
||||
private static final Map<String, String> directLinks = new LinkedHashMap<>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue