Skip to content

Commit

Permalink
fix klint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Dec 10, 2024
1 parent bf098ef commit 7e23150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
"seeders",
"size",

)
)

// Provider
private const val PREF_PROVIDER_KEY = "provider_selection"
Expand Down Expand Up @@ -860,7 +860,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {

"thai",

)
)

private val PREF_LANG_DEFAULT = setOf<String>()

Expand Down Expand Up @@ -896,7 +896,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
private val PREF_JW_LANG_VALUES = arrayOf(
"ar", "az", "be", "bg", "bs", "ca", "cs", "de", "el", "en", "en-US", "es", "es-ES", "es-LA", "et", "fi", "fr", "fr-CA", "he", "hr", "hu", "is", "it", "ja", "ko", "lt", "lv", "mk", "mt", "pl", "pt", "pt-PT", "pt-BR", "ro", "ru", "sk", "sl", "sq", "sr", "sv", "sw", "tr", "uk", "ur", "zh",

)
)
private const val PREF_JW_LANG_DEFAULT = "en"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
"seeders",
"size",

)
)

// Provider
private const val PREF_PROVIDER_KEY = "provider_selection"
Expand Down Expand Up @@ -833,7 +833,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {

"thai",

)
)

private val PREF_LANG_DEFAULT = setOf<String>()

Expand Down

0 comments on commit 7e23150

Please sign in to comment.