1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-02 09:25:17 +02:00

Pushed version 1.6.3. Added Deezer and Tidal to search queries

This commit is contained in:
unknown 2021-08-09 12:54:07 +02:00
parent 683c948f6c
commit 5c60c7c156
3 changed files with 14 additions and 9 deletions

View file

@ -1,5 +1,10 @@
{
"queries": [
{
"name": "Deezer",
"prefix": "dz",
"template": "https://www.deezer.com/search/"
},
{
"name": "Disroot",
"prefix": "ds",
@ -35,6 +40,11 @@
"prefix": "mv",
"template": "https://www.themoviedb.org/search?query="
},
{
"name": "Tidal",
"prefix": "td",
"template": "https://listen.tidal.com/search?q="
},
{
"name": "YouTube",
"prefix": "yt",