reshout / my-jukebox.js

my-jukebox.js
2 stars 1 forks source link

Song info arrays #16

Open dythmall opened 11 years ago

dythmall commented 11 years ago

We have an internal song array which contains internal info including the path of the file. Need an another array with just the public information. I am thinking about making it like this

internal song object { internal info 1: internal info 2: public info : {} }

public info

internal song object contains public info object to save memory What do you think?