CC-6067 - deselect when adding library items
This commit is contained in:
parent
d30e32c2d3
commit
4bfb8fa0cb
6 changed files with 19 additions and 15 deletions
|
@ -1250,6 +1250,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
}
|
||||
|
||||
mod.fnAddItems = function(aItems, iAfter, sAddType) {
|
||||
AIRTIME.library.selectNone();
|
||||
var sUrl = baseUrl+"new-playlist/add-items";
|
||||
oData = {"aItems": aItems, "afterItem": iAfter, "type": sAddType};
|
||||
playlistRequest(sUrl, oData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue