minor cosmetic adjustment related to #1468, [1857]
This commit is contained in:
parent
139ba3a20c
commit
ef03611484
1 changed files with 1 additions and 5 deletions
|
@ -1722,11 +1722,7 @@ WebStorageClient :: releasePlaylistFromServer(
|
||||||
XmlRpcValue result;
|
XmlRpcValue result;
|
||||||
|
|
||||||
parameters.clear();
|
parameters.clear();
|
||||||
parameters[getPlaylistTokenParamName] = std::string(
|
parameters[getPlaylistTokenParamName] = std::string(*playlist->getToken());
|
||||||
*playlist->getToken());
|
|
||||||
// TODO: remove the 'recursive' param from locstor.releasePlaylist because
|
|
||||||
// it is error-prone; should always use the same value as for accessPlaylist
|
|
||||||
parameters[getPlaylistRecursiveParamName] = true;
|
|
||||||
|
|
||||||
execute(getPlaylistCloseMethodName, parameters, result);
|
execute(getPlaylistCloseMethodName, parameters, result);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue