diff --git a/.gitignore b/.gitignore index d74f87b..77398b6 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ # production /build /public/uploads/ +db.json # misc .DS_Store diff --git a/db.json b/db.json deleted file mode 100644 index fac81e5..0000000 --- a/db.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "streams": [ - { - "id": "f60236c3-81dd-47ba-b0ae-afd9229ac6f2", - "title": "Audio Books", - "description": "Personal repo of audio books", - "author": "anonymous", - "language": "en", - "categories": [ - "audiobooks" - ] - } - ], - "podcasts": [ - { - "podcastId": "0be8bd5f-4a42-4a2f-9540-3a63595855fe", - "streamId": "f60236c3-81dd-47ba-b0ae-afd9229ac6f2", - "title": "House of the Spirits", - "description": "The House of the Spirits\" is Isabel Allende's debut novel, first published in 1982. It's a multi-generational family saga that blends magical realism with political history, following the Trueba family through decades of love, power, and political upheaval in an unnamed Latin American country (heavily based on Chile).", - "uploadDate": "1746935468253", - "author": "Isabel Allende", - "imageUrl": "1006e3b7-f5db-49db-bdd6-4e3967abadc2.jpg", - "url": "21f0ca38-4a3b-486b-919d-4b6c78b189c0.m4a" - } - ] -} \ No newline at end of file