From 2ad3e0db72fa6974e48b4614e70a7f4ebb212104 Mon Sep 17 00:00:00 2001 From: Alexander Cobleigh Date: Thu, 29 Mar 2018 14:12:33 +0200 Subject: [PATCH] add default playlist --- playlists/playlist.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 playlists/playlist.json diff --git a/playlists/playlist.json b/playlists/playlist.json new file mode 100644 index 0000000..ea415f0 --- /dev/null +++ b/playlists/playlist.json @@ -0,0 +1,12 @@ +{ + "archives": [ + ], + "tracks": [ + ], + "removed": [ + ], + "profile": { + "bg": "black", + "color": "#f2f2f2" + } +}