streaming!!, oh and file names, linting ig..
This commit is contained in:
parent
7b15834f17
commit
f2800f13c8
23 changed files with 1195 additions and 254 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import type { RegularCodecType } from "downloader/codecType.js";
|
||||
|
||||
export const songCodecRegex: { [key in RegularCodecType]: RegExp } = {
|
||||
export const songCodecRegex: Record<RegularCodecType, RegExp> = {
|
||||
"aac": /audio-stereo-\d+/,
|
||||
"aac_he": /audio-HE-stereo-\d+/,
|
||||
"aac_binaural": /audio-stereo-\d+-binaural/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue