playlist.js 287 B

12345678
  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. * @param {object} playlist - object containing the playlist
  6. * @returns {object} - returns same object
  7. */
  8. export default playlist => playlist;