dbrgn / orochi

Orochi is an interactive command line client for 8tracks.com.
GNU General Public License v3.0
84 stars 17 forks source link

"next page" should continue numbering #36

Closed dbrgn closed 10 years ago

dbrgn commented 10 years ago

If first page contains 10 items, then the second page (after pressing ) should start counting at 11.

octogene commented 10 years ago

My commit is a very quick fix for the issue. I don't know if it is what you thought about but i think each page should be cached when displayed or at least there should be a method to find the mix based on the results list number. So even if i'm on page 5 and i look at a mix number in page 1 to 4 i can still play the mix.

dbrgn commented 10 years ago

Thanks! There was actually a bug in your implementation (the mix dictionary would get overwritten), but it's fixed now.