Skip to content

Commit

Permalink
formatt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Jan 6, 2025
1 parent 5918aa9 commit 8c0872f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Anime4Up : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
val name: String,
val link: String,
val order: String,
val icon: Boolean
val icon: Boolean,
)

override fun videoListParse(response: Response): List<Video> {
Expand Down Expand Up @@ -179,7 +179,7 @@ class Anime4Up : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
val qualities = Qualities(
fhd = parsedFhd.associate { it.name to it.link },
hd = parsedHd.associate { it.name to it.link },
sd = parsedSd.associate { it.name to it.link }
sd = parsedSd.associate { it.name to it.link },
)

// Use the same logic as the old implementation
Expand Down

0 comments on commit 8c0872f

Please sign in to comment.