forgot misc format on tagging lel

This commit is contained in:
uh wot 2021-05-25 21:07:27 +02:00
parent 6d1447e126
commit 5dddc1a7ab
Signed by: uhwot
GPG Key ID: CB2454984587B781
2 changed files with 2 additions and 2 deletions

2
dist/worker.js vendored

File diff suppressed because one or more lines are too long

View File

@ -84,7 +84,7 @@ async function handler(type, request) {
}
}
tagging = (url.searchParams.get('t') === 'true') && ((format === '128') || (format === '320'))
tagging = (url.searchParams.get('t') === 'true') && ((format === '128') || (format === '320') || (format === 'misc'))
switch (type) {
case 'track':