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:
parent
f4ff6b10dd
commit
318e9af191
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user