first screen (schedule) now has the right information

This commit is contained in:
Senad Uka
2014-09-02 20:00:02 +02:00
parent e176c70f18
commit 61cfcc173c
10 changed files with 422 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
{
"id": 1,
"dayOfWeek": "Fri",
"date": "15. Aug",
"date": "15. August",
"year": "2014",
"films": [
{
@@ -13,6 +13,21 @@
"duration": "154'"
}
]
},
{
"id": 2,
"dayOfWeek": "Sat",
"date": "16. August",
"year": "2014",
"films": [
{
"id": 2,
"title": "Go go power rangers!",
"venue": "Summer Theatre HT Eronet",
"time": "20:31",
"duration": "166'"
}
]
}
]