fixed not showing the last chapter (#539)

This commit is contained in:
Diego Peña Y Lillo
2022-05-06 16:54:49 -04:00
committed by GitHub
parent 44c0347462
commit b3d21a175b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Pelisplushd'
pkgNameSuffix = 'es.pelisplushd'
extClass = '.Pelisplushd'
extVersionCode = 7
extVersionCode = 8
libVersion = '12'
}

View File

@ -77,7 +77,7 @@ class Pelisplushd : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
episode.setUrlWithoutDomain(element.attr("href"))
episodes.add(episode)
}
episodes.removeLast()
}
return episodes
}