aboutsummaryrefslogtreecommitdiffstats
path: root/nnp_cooperation.js
diff options
context:
space:
mode:
Diffstat (limited to 'nnp_cooperation.js')
-rw-r--r--nnp_cooperation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnp_cooperation.js b/nnp_cooperation.js
index c03273e..ea96aac 100644
--- a/nnp_cooperation.js
+++ b/nnp_cooperation.js
@@ -108,7 +108,7 @@ liberator.modules.commands.addUserCommand(
}
// check existence of items in NicoNicoPlaylist
- let nodes = buffer.evaluateXPath(
+ let nodes = util.evaluateXPath(
'id("' + playlistNode.id + '")/div[contains(concat(" ", @class, " "), " playlist-list-outer ")]/ul/li/a'
);
let nodesLength = nodes.snapshotLength;