mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
VKG, VVT departures(): disable getPasslist & stbFltrEquiv 🐛
This commit is contained in:
parent
cb8d92befb
commit
78bbf9b66c
2 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,8 @@ const vosProfile = {
|
||||||
|
|
||||||
products,
|
products,
|
||||||
|
|
||||||
|
departuresGetPasslist: false,
|
||||||
|
departuresStbFltrEquiv: false,
|
||||||
trip: true,
|
trip: true,
|
||||||
refreshJourney: false, // todo: depends on 8615b85 from #204
|
refreshJourney: false, // todo: depends on 8615b85 from #204
|
||||||
reachableFrom: true,
|
reachableFrom: true,
|
||||||
|
|
|
@ -92,6 +92,8 @@ const vvtProfile = {
|
||||||
|
|
||||||
products,
|
products,
|
||||||
|
|
||||||
|
departuresGetPasslist: false,
|
||||||
|
departuresStbFltrEquiv: false,
|
||||||
trip: true,
|
trip: true,
|
||||||
refreshJourney: false, // todo: depends on 8615b85 from #204
|
refreshJourney: false, // todo: depends on 8615b85 from #204
|
||||||
reachableFrom: true,
|
reachableFrom: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue