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,