mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
Fix old departures for Bremen, Bremerhaven & Osnabrück. Same for Rostock.
This commit is contained in:
parent
fd1be51c98
commit
dc6af36e12
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
uri.append("&clientType=").append(ParserUtils.urlEncode(clientType));
|
||||
if (styleSheet != null)
|
||||
uri.append("&L=").append(styleSheet);
|
||||
uri.append("&hcount=0"); // prevents showing old departures
|
||||
uri.append("&start=yes");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue