Sample State - ptrnln/WaveCave-deprecated- GitHub Wiki

{ 
entities: {
    users: {
      17: {
        id: 17,
        username: "Porter_Rbnsn",
        email: "[email protected]",
        imgUrl: "/assets/images/djas11hd73.png"
      },
      26: {
        id: 26,
        username: "Madeon",
        email: "[email protected]",
        imgUrl: "/assets/images/939neg5d71.png"
      }
    },
    tracks: {
      1: {
        id: 1,
        title: "Shelter",
        description: "Hit 2016 single from Porter Robinson and Madeon",
        genre: "EDM",
        sourceUrl: "assets/sound_files/93bdkja83.mp4",
        imageUrl: "assets/images/12adj382ns.png",
        fileType: ".mp4",
        duration: 219.34
      },
      2: {
        id: 2,
        title: "Ghost Voices",
        description: "Hit 2017 single from Porter Robinson",
        genre: "Trance",
        albumId: 3,
        sourceUrl: "/assets/sound_files/f83sd42dvf.wav",
        imageUrl: "/assets/images/jhso193ds.png",
        fileType: ".wav",
        duration: 267.78
      }
    },
    albums: {
      3: {
        id: 3,
        artistId: 17,
        title: "Virtual Self EP",
        description: "A self-titled EP from Virtual Self",
        genre: "Trance",
        imageUrl: "/assets/images/jhso193ds.png",
        releaseDate: "2017-11-29"
      }
    },
    playlists: {
      4: {
        id: 4,
        title: "dope tracks",
        genre: "EDM"
      }
    },
    comments: {
      27: {
        id: 27,
        commenterId: 26,
        trackId: 1,
        timestamp: 129.76,
        content: "still get goosebumps from this buildup"
      }
    }
  },
  ui: {
    loading: true/false,
    player: {
      playing: true/false,
      trackId: 1,
      playTime: 132.54
    }
  },
  errors: {
    login: ["Incorrect username/password combination"],
    commentForm: ["Comment body cannot be blank"]
  },
  session: {
    currentUserId: 26
  }
}