Cherry picking fixes
This commit is contained in:
parent
a8b07e0e05
commit
5901509fbf
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ object EHTags {
|
|||
Character.getTags(),
|
||||
Group.getTags(),
|
||||
Artist.getTags(),
|
||||
Artist2.getTags()
|
||||
Artist2.getTags(),
|
||||
).flatten().flatten()
|
||||
|
||||
fun getNamespaces0Tags() = listOf(
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ interface TagList {
|
|||
getTags1(),
|
||||
getTags2(),
|
||||
getTags3(),
|
||||
getTags4()
|
||||
getTags4(),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue