playlist.js 290 B

123456789
  1. /**
  2. * Schema for a playlist stored / cached in redis,
  3. * gets created when a playlist is in use
  4. * and therefore is put into the redis cache
  5. *
  6. * @param {object} playlist - object containing the playlist
  7. * @returns {object} - returns same object
  8. */
  9. export default playlist => playlist;