Skip to content

Commit

Permalink
Update CB01.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
doGior authored Jan 23, 2025
1 parent 628c90c commit d013d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CB01/src/main/kotlin/it/dogior/hadEnough/CB01.kt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class CB01 : MainAPI() {
name = name,
data = listOf(epLink).toJson(),
season = season,
episode = epNumber?.toIntOrNull()
episode = null // epNumber?.toIntOrNull()
)
}
return episodes
Expand Down

0 comments on commit d013d65

Please sign in to comment.