Subash Poudyal
Subash Poudyal
after a quick local test session, I don't think market is the core issue here, when using `curl` or `postman` I can get the results without having to pass in...
aplogies, I was wrong, found the issue - when using bearer token generated from developer.spotify.com, the returned json contains all the data we need, however, when we use the client...
@Santiago-Balcero `result.Shows` is of type `SimpleShowPage`, you'll find your actual shows inside that object, so `result.Shows.Shows` should give you what you're looking for.
@Nixon-Joseph just reviving this discussion - maybe it's worth working on this with your own fork? would really help the community if this could get to the level of [prologue](https://prologue.audio/)
@Nixon-Joseph ofc, I don't think any expects, nor should expect anything concrete in terms of contribution, we have other commitments. Happy for you to lead the way with the fork...
I can pick this up over the weekend if it's not already done yet?
Changing the model from dict to a data class would be good, I'll get the PR out first and then we can think about cleaning those up, will help with...
@nbarlowATI (:rubber-ducking:) having a brief look at the current way of chip validation, not sure I understand how passing in `0` to the chips played is different? we'd have to...