Skip to content

update function does not take v4 tags into account #128

@Zazama

Description

@Zazama

Introduce a helper function to convert the keys of an object of tags to their raw conterpart. E.g.

{ "album": "abc", "TBPM": "120" }

becomes

{ "TALB": "abc", "TBPM": "120" }

Currently, create and update do the same thing seperately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions