Fix bug where multiple file metadata editors couldn't be opened through context menu
This commit is contained in:
parent
40a2aa10d8
commit
706db9bc25
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
if (data.ftype === "audioclip") {
|
if (data.ftype === "audioclip") {
|
||||||
callback = function() {
|
callback = function() {
|
||||||
$.get(oItems.edit.url, {format: "json"}, function(json){
|
$.get(oItems.edit.url, {format: "json"}, function(json){
|
||||||
AIRTIME.playlist.fileMdEdit(json);
|
AIRTIME.playlist.fileMdEdit(json, data.tr_id);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
} else if (data.ftype === "playlist" || data.ftype === "block") {
|
} else if (data.ftype === "playlist" || data.ftype === "block") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue