We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9213c3 commit 407c0a9Copy full SHA for 407c0a9
api/resolvers/item.js
@@ -28,6 +28,8 @@ import { verifyHmac } from './wallet'
28
import { parse } from 'tldts'
29
import { shuffleArray } from '@/lib/rand'
30
31
+metadataRuleSets.title.rules.unshift(['h1 > yt-formatted-string.ytd-watch-metadata', el => el.getAttribute('title')])
32
+
33
function commentsOrderByClause (me, models, sort) {
34
const sharedSortsArray = []
35
sharedSortsArray.push('("Item"."pinId" IS NOT NULL) DESC')
0 commit comments