Skip to content

Commit

Permalink
feat(mocks): add more mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
wzr1337 committed Apr 27, 2017
1 parent 9b6d6bc commit f422e7d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
Binary file added src/cdn/images/brave.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/cdn/images/eat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/cdn/images/loud.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 44 additions & 4 deletions src/plugins/medialibrary/data.mocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,59 @@
"tracks": [
{
"id": "4b247930-a2ab-49bf-b8f4-9ae3b01b3cf2",
"name": "Me and my empty wallet"
"name": "Me and my empty wallet",
"image": "/cdn/images/hills.jpg",
"genres": [],
"folders": [],
"rating": 5,
"albums": [],
"artists": [],
"date": "",
"disc": 0,
"duration": 240,
"source": {}
},
{
"id": "976a2844-862e-48f8-bc68-8f2f86613228",
"name": "The louder, the better"
"name": "The louder, the better",
"image": "/cdn/images/loud.jpg",
"genres": [],
"folders": [],
"rating": 3,
"albums": [],
"artists": [],
"date": "",
"disc": 0,
"duration": 175,
"source": {}
},
{
"id": "adbb974c-bfb3-43d7-a873-546b10ab95b9",
"name": "Eat, sleep, code, repeat"
"name": "Eat, sleep, code, repeat",
"image": "/cdn/images/eat.jpg",
"genres": [],
"folders": [],
"rating": 2,
"albums": [],
"artists": [],
"date": "",
"disc": 0,
"duration": 196,
"source": {}
},
{
"id": "c5c20560-acc8-46d8-88ce-e4d39530752b",
"name": "Only the brave"
"name": "Only the brave",
"image": "/cdn/images/brave.jpg",
"genres": [],
"folders": [],
"rating": 4,
"albums": [],
"artists": [],
"date": "",
"disc": 0,
"duration": 188,
"source": {}
}
]
}

0 comments on commit f422e7d

Please sign in to comment.