1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added support for navidrome scrobbling

This commit is contained in:
krateng
2022-02-22 07:37:28 +01:00
parent 38e2a184af
commit 9f862dd89b
4 changed files with 22 additions and 1 deletions

View File

@@ -39,6 +39,13 @@ pages = {
"https://soundcloud.com"
],
"script":"soundcloud.js"
},
"Navidrome":{
"patterns":[
"https://navidrome.",
"http://navidrome."
],
"script":"navidrome.js"
}
}