Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from Z-Jais/master
Browse files Browse the repository at this point in the history
Fix bug
  • Loading branch information
Ziedelth authored Mar 2, 2023
2 parents c8f585c + 8b19976 commit 171ff65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.30.0</version>
<version>1.31.0</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AnimationDigitalNetworkConverter(private val platform: AnimationDigitalNet
val isAlternativeSimulcast =
descriptionLowercase?.startsWith("(Premier épisode ".lowercase()) == true ||
descriptionLowercase?.startsWith("(Diffusion des ".lowercase()) == true ||
descriptionLowercase?.startsWith("(Diffusion du ".lowercase()) == true ||
descriptionLowercase?.startsWith("(Diffusion du premier épisode".lowercase()) == true ||
name.lowercase().startsWith("Kubo Won’t Let Me Be Invisible".lowercase())
if (!simulcasted && !isAlternativeSimulcast) throw NotSimulcastAnimeException("Anime is not simulcasted")

Expand Down

0 comments on commit 171ff65

Please sign in to comment.