Update to music-metadata from version 11.3.0 to 11.7.0 (#1607)

Remove `with { 'resolution-mode': 'import' }` in type import.

Co-authored-by: Borewit <Borewit@users.noreply.github.com>
This commit is contained in:
Borewit
2025-07-17 14:20:38 +02:00
committed by GitHub
parent df303c8d43
commit 241fe3e691
3 changed files with 40 additions and 32 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { exec } from 'child_process'
import * as Crypto from 'crypto'
import { once } from 'events'
import { createReadStream, createWriteStream, promises as fs, WriteStream } from 'fs'
import type { IAudioMetadata } from 'music-metadata' with { 'resolution-mode': 'import' }
import type { IAudioMetadata } from 'music-metadata'
import { tmpdir } from 'os'
import { join } from 'path'
import { Readable, Transform } from 'stream'