From 7e23150c9791cf4ddc7b007cc18c5a0137ca82fd Mon Sep 17 00:00:00 2001 From: Dark25 Date: Wed, 11 Dec 2024 00:23:47 +0100 Subject: [PATCH] fix klint --- .../tachiyomi/animeextension/all/torrentio/Torrentio.kt | 6 +++--- .../animeextension/all/torrentioanime/Torrentio.kt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/all/torrentio/src/eu/kanade/tachiyomi/animeextension/all/torrentio/Torrentio.kt b/src/all/torrentio/src/eu/kanade/tachiyomi/animeextension/all/torrentio/Torrentio.kt index 35e9c8dbdb..3389b5c140 100644 --- a/src/all/torrentio/src/eu/kanade/tachiyomi/animeextension/all/torrentio/Torrentio.kt +++ b/src/all/torrentio/src/eu/kanade/tachiyomi/animeextension/all/torrentio/Torrentio.kt @@ -649,7 +649,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() { "seeders", "size", - ) + ) // Provider private const val PREF_PROVIDER_KEY = "provider_selection" @@ -860,7 +860,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() { "thai", - ) + ) private val PREF_LANG_DEFAULT = setOf() @@ -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" } } diff --git a/src/all/torrentioanime/src/eu/kanade/tachiyomi/animeextension/all/torrentioanime/Torrentio.kt b/src/all/torrentioanime/src/eu/kanade/tachiyomi/animeextension/all/torrentioanime/Torrentio.kt index 82af66778f..0bd2414710 100644 --- a/src/all/torrentioanime/src/eu/kanade/tachiyomi/animeextension/all/torrentioanime/Torrentio.kt +++ b/src/all/torrentioanime/src/eu/kanade/tachiyomi/animeextension/all/torrentioanime/Torrentio.kt @@ -622,7 +622,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() { "seeders", "size", - ) + ) // Provider private const val PREF_PROVIDER_KEY = "provider_selection" @@ -833,7 +833,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() { "thai", - ) + ) private val PREF_LANG_DEFAULT = setOf()