Add AND, OR and NOT support to studio filter (#1726)

This commit is contained in:
gitgiggety
2021-09-16 04:09:23 +02:00
committed by GitHub
parent 23f852cd91
commit f3119a6c38
4 changed files with 186 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ func TestPerformerQueryEthnicityAndRating(t *testing.T) {
})
}
func TestPerformerQueryPathNotRating(t *testing.T) {
func TestPerformerQueryEthnicityNotRating(t *testing.T) {
const performerIdx = 1
performerRating := getRating(performerIdx)