mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
Docs
This commit is contained in:
parent
2baeb4f3cb
commit
ab0e56cb82
@ -1036,6 +1036,7 @@ public class MediaBindingBean {
|
||||
}
|
||||
|
||||
public Episode getSeasonEpisode() {
|
||||
// magically convert AniDB absolute numbers to TheTVDB SxE numbers if AniDB is selected with airdate SxE episode sort order
|
||||
if (getEpisodes().stream().allMatch(it -> isAnime(it) && isRegular(it) && !isAbsolute(it))) {
|
||||
try {
|
||||
return getEpisodeByAbsoluteNumber(getEpisode(), TheTVDB, SortOrder.Airdate);
|
||||
|
Loading…
Reference in New Issue
Block a user