examples/snippet_id3v2-write.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function run(): Promise<void> {
    const id3v2 = new ID3v2();
    const filename = 'demo.mp3';
    const tag: IID3V2.ID3v2Tag = {
        frames: [
Severity: Minor
Found in examples/snippet_id3v2-write.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status