Skip to content

Commit

Permalink
unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Jan 24, 2024
1 parent d125d29 commit e7ae5f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -117,7 +117,6 @@ class Hackstore : ConfigurableAnimeSource, ParsedAnimeHttpSource() {

// =========================== Anime Details ============================
override fun animeDetailsParse(document: Document): SAnime {
// si es a pelicula
val ismovie = getFilterList().find { it is GenreFilter }?.let { it as GenreFilter }?.toUriPart() == "peliculas"
if (ismovie) {
val anime = SAnime.create()

0 comments on commit e7ae5f7

Please sign in to comment.