Themes and Templates setup guide

This commit is contained in:
Ethan Shoham
2021-07-11 08:49:18 +03:00
committed by Andrew Novac
parent 0c1db0a9fe
commit c63a193ed8
3 changed files with 26 additions and 10 deletions

7
api/templates.json Normal file
View File

@@ -0,0 +1,7 @@
{
"current-theme": "light",
"templates": {
"light": "spotify.html.j2",
"dark": "spotify-dark.html.j2"
}
}