1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-21 23:38:50 -05:00

Implement non-manami artwork support as well just in case

This commit is contained in:
Reinhard Pointner 2019-05-18 23:52:36 +07:00
parent f4ff6b10dd
commit 318e9af191

View File

@ -219,7 +219,6 @@ public class AnidbClient extends AbstractEpisodeListProvider implements ArtworkP
URL url = new URL("https://img7.anidb.net/pics/anime/" + picture);
artwork.add(new Artwork(Stream.of("picture"), url, null, null));
}
return artwork;
}