Cherry picking fixes

This commit is contained in:
Jobobby04 2022-07-13 11:48:48 -04:00
parent a8b07e0e05
commit 5901509fbf
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ object EHTags {
Character.getTags(),
Group.getTags(),
Artist.getTags(),
Artist2.getTags()
Artist2.getTags(),
).flatten().flatten()
fun getNamespaces0Tags() = listOf(

View File

@ -13,6 +13,6 @@ interface TagList {
getTags1(),
getTags2(),
getTags3(),
getTags4()
getTags4(),
)
}