From e50c1694d8579cd6131fb0091e172e59c68905cb Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 30 Dec 2018 15:21:47 +0100 Subject: [PATCH] Saarfahrplan: disable getPasslist & stbFilterEquiv --- p/saarfahrplan/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p/saarfahrplan/index.js b/p/saarfahrplan/index.js index a821952c..3a14f6b4 100644 --- a/p/saarfahrplan/index.js +++ b/p/saarfahrplan/index.js @@ -1,5 +1,6 @@ 'use strict' +const _createParseMovement = require('../../parse/movement') const products = require('./products') const transformReqBody = (body) => { @@ -29,6 +30,8 @@ const saarfahrplanProfile = { products: products, + departuresGetPasslist: false, + departuresStbFltrEquiv: false, trip: true, radar: true, reachableFrom: true