fixed not showing the last chapter (#539)
This commit is contained in:
committed by
GitHub
parent
44c0347462
commit
b3d21a175b
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Pelisplushd'
|
||||
pkgNameSuffix = 'es.pelisplushd'
|
||||
extClass = '.Pelisplushd'
|
||||
extVersionCode = 7
|
||||
extVersionCode = 8
|
||||
libVersion = '12'
|
||||
}
|
||||
|
||||
|
@ -77,7 +77,7 @@ class Pelisplushd : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
episode.setUrlWithoutDomain(element.attr("href"))
|
||||
episodes.add(episode)
|
||||
}
|
||||
episodes.removeLast()
|
||||
|
||||
}
|
||||
return episodes
|
||||
}
|
||||
|
Reference in New Issue
Block a user