mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
* Flat config * undo accidental formatting changes * remove extra newline
This commit is contained in:
@ -16,7 +16,6 @@ export const [isFetching, setIsFetching] = createSignal(false);
|
||||
export const [hadSecondAttempt, setHadSecondAttempt] = createSignal(false);
|
||||
// prettier-ignore
|
||||
export const [differentDuration, setDifferentDuration] = createSignal(false);
|
||||
// eslint-disable-next-line prefer-const
|
||||
|
||||
export const extractTimeAndText = (
|
||||
line: string,
|
||||
|
||||
Reference in New Issue
Block a user