lastfm-node icon indicating copy to clipboard operation
lastfm-node copied to clipboard

Replace raw track details with reworked object

Open jammus opened this issue 15 years ago • 1 comments

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" }

jammus avatar Oct 24 '10 02:10 jammus

Track info should include duration.

jammus avatar Oct 24 '10 12:10 jammus