- install failed due to wrong metadata key

- wrong controller action called
This commit is contained in:
denise 2012-11-07 12:05:20 -05:00
parent 4200059200
commit ccd6447696
2 changed files with 2 additions and 2 deletions

View file

@ -616,7 +616,7 @@ var AIRTIME = (function(AIRTIME) {
text: aData.track_title
},
ajax: {
url: baseUrl+"/Library/get-file-meta-data",
url: baseUrl+"/Library/get-file-metadata",
type: "get",
data: ({format: "html", id : aData.id, type: aData.ftype}),
success: function(data, status) {