diff --git a/src/components/SceneryView/SceneryTimetablesHistory.vue b/src/components/SceneryView/SceneryTimetablesHistory.vue index 8d08825..9ec1aa2 100644 --- a/src/components/SceneryView/SceneryTimetablesHistory.vue +++ b/src/components/SceneryView/SceneryTimetablesHistory.vue @@ -114,7 +114,7 @@ export default defineComponent({ const response: API.TimetableHistory.Response = await ( await http.get('api/getTimetables', { params: { - issuedFrom: this.station?.name + issuedFrom: this.station?.name || this.onlineScenery?.name } }) ).data;