fix: show free when min of installs is reach #32

Closed
Androz2091 wants to merge 1 commit from Androz2091/KPlaySearch:androz2091-patch-1 into master
Showing only changes of commit aa1a887cb3 - Show all commits

View file

@ -247,7 +247,7 @@ inputs.forEach(el => el.oninput = () => {
suffix = '$';
}
if(filter === 'maxPrice'){
if(el.value === '0')
if(el.value === 0)
Query_Price = 'free';
else
Query_Price = 'all';