aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nico_related_videos.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/nico_related_videos.js b/nico_related_videos.js
index e0779af..a196dbe 100644
--- a/nico_related_videos.js
+++ b/nico_related_videos.js
@@ -102,7 +102,7 @@
last.url = buffer.URL;
}
context.title = ['Keyword'];
- context.items = completion.filter(last.completions, context.filter);
+ context.completions = completion.filter(last.completions, context.filter);
}
},
true