continue work

This commit is contained in:
calzoneman 2013-12-19 22:33:24 -05:00
parent 556f9eb9e7
commit fc63191773
4 changed files with 17 additions and 53 deletions

View file

@ -1605,7 +1605,7 @@ Channel.prototype.addMedia = function(data, user) {
self.plqueue.queue(function (q) {
if (self.dead)
return;
db.getLibraryItem(self.name, data.id,
db.channels.getLibraryItem(self.name, data.id,
function (err, item) {
if (self.dead)
return;