mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-27 16:12:29 +02:00
Added an API to add & delete entries from the skippedArtists list in the settings. fixes [#405]
This commit is contained in:
5
.vscode/http/settings/skipped-artists/addArtists.http
vendored
Normal file
5
.vscode/http/settings/skipped-artists/addArtists.http
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
POST /settings/skipped-artists HTTP/1.1
|
||||
Host: localhost:47836
|
||||
Content-Type: application/json
|
||||
|
||||
["abc", "def"]
|
2
.vscode/http/settings/skipped-artists/addCurrent.http
vendored
Normal file
2
.vscode/http/settings/skipped-artists/addCurrent.http
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
POST /settings/skipped-artists/current HTTP/1.1
|
||||
Host: localhost:47836
|
5
.vscode/http/settings/skipped-artists/removeArtists.http
vendored
Normal file
5
.vscode/http/settings/skipped-artists/removeArtists.http
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
POST /settings/skipped-artists/delete HTTP/1.1
|
||||
Host: localhost:47836
|
||||
Content-Type: application/json
|
||||
|
||||
["abc", "def"]
|
2
.vscode/http/settings/skipped-artists/removeCurrent.http
vendored
Normal file
2
.vscode/http/settings/skipped-artists/removeCurrent.http
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE /settings/skipped-artists/current HTTP/1.1
|
||||
Host: localhost:47836
|
Reference in New Issue
Block a user