Update to music-metadata from version 7.12.3 to 11.3.0 (#1355)

Co-authored-by: Borewit <borewit@users.noreply.github.com>
Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
This commit is contained in:
Borewit
2025-07-17 13:25:28 +02:00
committed by GitHub
parent 787aed88b8
commit df303c8d43
3 changed files with 64 additions and 12 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'
import type { IAudioMetadata } from 'music-metadata' with { 'resolution-mode': 'import' }
import { tmpdir } from 'os'
import { join } from 'path'
import { Readable, Transform } from 'stream'