Skip to content

Commit

Permalink
fix klint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Nov 3, 2024
1 parent 05b828b commit b795b44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package eu.kanade.tachiyomi.animeextension.es.detodopeliculas

import android.util.Log
import androidx.preference.ListPreference
import androidx.preference.PreferenceScreen
import eu.kanade.tachiyomi.animesource.model.AnimeFilterList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ object DeTodoPeliculasFilters {

data class FilterSearchParams(
val isInverted: Boolean = false,
val type: String = "",
val genre: String = "",
val platform: String = "",
val year: String = "",
)

Expand Down

0 comments on commit b795b44

Please sign in to comment.