eslint pls shut up

This commit is contained in:
uh wot 2024-09-02 20:16:58 +02:00
parent a69dbe288f
commit 1352d88c7f
No known key found for this signature in database
GPG Key ID: CB2454984587B781

View File

@ -505,6 +505,7 @@ export default class Tidal implements Streamer {
metadata: await this.#getTrack(id) metadata: await this.#getTrack(id)
} }
case 'album': case 'album':
// eslint-disable-next-line no-case-declarations
const tracks = await this.#getAlbumTracks(id) const tracks = await this.#getAlbumTracks(id)
return { return {
type, type,