andykais / telebum

a note taking web app for organizing television shows and movies
MIT License
0 stars 0 forks source link

on showInfo api call, return every episode, seen or unseen #27

Open andykais opened 8 years ago

andykais commented 8 years ago

instead of a

on: {
  episode: 32,
  season: 2
}

the show object in the call should return every episode with a value true or false, in the format

seasons: {
  1: {
    1: true,
    2: false
  }
}

or something similar, Ill leave it up to you Joey