From 53661e13f7e6e98c9b1b489a6c18b424624b98b6 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 15 Jan 2021 20:33:41 +0100 Subject: [PATCH] Add support for ads monetization type --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5003e51..4545ef7 100644 --- a/index.html +++ b/index.html @@ -350,7 +350,7 @@ var app = new Vue({ return; } this.offers[locale] = response.offers - .filter(item => item.monetization_type == 'flatrate') + .filter(item => item.monetization_type == 'flatrate' || item.monetization_type == 'ads') .map(item => { return { url: item.urls.standard_web,