fix eslint error

This commit is contained in:
uh wot 2024-09-05 01:08:21 +02:00
parent 4de85f42ee
commit ef983da16b
No known key found for this signature in database
GPG Key ID: CB2454984587B781

View File

@ -340,7 +340,7 @@ async function getStream(
if (filter.length == 0) throw new Error('Could not find applicable format.') // and this is just in case none of those exist
const transcoding = filter[0]
let streamUrl = new URL(transcoding.url)
const streamUrl = new URL(transcoding.url)
if (client?.id) streamUrl.searchParams.append('client_id', client?.id)
streamUrl.searchParams.append('track_authorization', trackAuth)