added more types for media

This commit is contained in:
2025-04-27 11:27:22 +03:00
parent abd054b8d4
commit 0d325a3aa6
206 changed files with 20273 additions and 18977 deletions

View File

@ -23,7 +23,7 @@ export const StationList = observer(() => {
{
field: "cityID",
operator: "eq",
value: city_id,
value: city_id === "0" ? null : city_id,
},
],
},