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:
parent
683c948f6c
commit
5c60c7c156
3 changed files with 14 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue