fix: recognizing timetables for sceneries with the same stop names; optimization

This commit is contained in:
2024-07-09 19:15:04 +02:00
parent e57143f517
commit f17fedc976
4 changed files with 69 additions and 82 deletions
+2
View File
@@ -195,6 +195,8 @@ export namespace API {
TWR: boolean;
SKR: boolean;
sceneries: string[];
path: string;
}
}