mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-21 15:28:52 -05:00
AnimeList doesn't support {absolute} mapping, so it makes sense to inherit whatever we've got from the original TheTVDB object
This commit is contained in:
parent
49b6a822ba
commit
bd79bbf5bf
@ -51,7 +51,7 @@ public class MappedEpisode extends Episode {
|
||||
|
||||
@Override
|
||||
public Integer getAbsolute() {
|
||||
return mapping.getAbsolute(); // always use mapped absolute number
|
||||
return getFirst(Episode::getAbsolute);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user