diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-02 18:52:52 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-02 18:52:52 +0100 |
| commit | 0732339a113722a549dd0fa36fba54b8f3e83769 (patch) | |
| tree | 63e5e368813a7461080d599e8db91e97a8a60087 /examples | |
| parent | 9ac6bb794d34e621f8fec8c742eabeb8f410e363 (diff) | |
nicer display of group names
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index a0a7eb3..4978a67 100644 --- a/examples/db.json +++ b/examples/db.json @@ -360,14 +360,14 @@ "id": "sample-1", "title": "Sample 1", "artist": "alexandra-leykauf", - "__index": 1, + "__index": 0, "dateCreated": "Tue, 02 Mar 2021 17:31:33 GMT" }, { "id": "sample-2", "title": "Sample 2", "artist": "alexandra-leykauf", - "__index": 0, + "__index": 1, "dateCreated": "Tue, 02 Mar 2021 17:31:37 GMT" }, { |
