From 78bbf9b66c21083a12df3315141b7faa299742f3 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 7 Feb 2021 22:22:13 +0100 Subject: [PATCH] =?UTF-8?q?VKG,=20VVT=20departures():=20disable=20getPassl?= =?UTF-8?q?ist=20&=20stbFltrEquiv=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p/vkg/index.js | 2 ++ p/vvt/index.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/p/vkg/index.js b/p/vkg/index.js index 9cba259e..42cc0082 100644 --- a/p/vkg/index.js +++ b/p/vkg/index.js @@ -92,6 +92,8 @@ const vosProfile = { products, + departuresGetPasslist: false, + departuresStbFltrEquiv: false, trip: true, refreshJourney: false, // todo: depends on 8615b85 from #204 reachableFrom: true, diff --git a/p/vvt/index.js b/p/vvt/index.js index 8118b2f8..62ec753c 100644 --- a/p/vvt/index.js +++ b/p/vvt/index.js @@ -92,6 +92,8 @@ const vvtProfile = { products, + departuresGetPasslist: false, + departuresStbFltrEquiv: false, trip: true, refreshJourney: false, // todo: depends on 8615b85 from #204 reachableFrom: true,