Skip to content

Commit

Permalink
Test Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Sep 13, 2024
1 parent fdd59a8 commit b1307e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ class Tachidesk : ConfigurableSource, UnmeteredSource, HttpSource() {
val tagExcludeList = mutableListOf<String>()
var tagFilterIncludeModeIndex = defaultIncludeTagModeIndex
var tagFilterExcludeModeIndex = defaultExcludeTagModeIndex

filters.forEach { filter ->
when (filter) {
is CategorySelect -> currentCategoryId = categoryList[filter.state].id
Expand Down

0 comments on commit b1307e1

Please sign in to comment.