Skip to content

Replace raw track details with reworked object #3

@jammus

Description

@jammus

Rework track object to remove things like #text and @attr. Include raw field to store original data incase preferred.

track: {
name: "name",
artist: { name: "name", mbid: "mbid" },
images: {small: {}, medium: {}, large: {}},
album: { name: "name", mbid: "mbid" },
url: "url",
raw: "raw"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions