id3-parser icon indicating copy to clipboard operation
id3-parser copied to clipboard

what would be involved in implementing unsync support?

Open simonv3 opened this issue 1 year ago • 0 comments

    // Currently do not support unsynchronisation
    if (flags.unsync) {
        throw new Error('no support for unsynchronisation');
    }

simonv3 avatar Nov 06 '23 18:11 simonv3