mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with not incrementing on adding from other channel
This commit is contained in:
@@ -234,7 +234,7 @@ module.exports = function() {
|
||||
});
|
||||
|
||||
socket.on('import_zoff', function(msg) {
|
||||
ListChange.addFromOtherList(msg, guid, socket);
|
||||
ListChange.addFromOtherList(msg, guid, offline, socket);
|
||||
})
|
||||
|
||||
socket.on('now_playing', function(list, fn)
|
||||
|
||||
Reference in New Issue
Block a user