reddit: remove the rest of references to title
This commit is contained in:
@@ -67,8 +67,7 @@ export default async function(host, patternMatch, url, lang, obj) {
|
||||
case "reddit":
|
||||
r = await reddit({
|
||||
sub: patternMatch["sub"],
|
||||
id: patternMatch["id"],
|
||||
title: patternMatch["title"]
|
||||
id: patternMatch["id"]
|
||||
});
|
||||
break;
|
||||
case "douyin":
|
||||
|
||||
Reference in New Issue
Block a user