-
Notifications
You must be signed in to change notification settings - Fork 15
listPlaylists returning list of LinkedTreeMap not Playlists #40
Comments
That is what the method |
I can't figure out what is going wrong.
I dont think it has anything to do with Kotlin or RxJava. Apparently a lot of people have run into this issue with Gson when using Java generics. |
The only way I was able to fix it was to serialize and deserialize
but this is not ideal... :/ |
What Java version are you using? |
8 |
Does |
hey I have not had a chance to test this since my app is not really building properly now (unrelated refactoring). I will let you know whenever I do test it though |
It seems that a temporary solution has been found: #44 (comment) |
This has been resolved in version 0.3.6 |
I think this has something to do with Gson

The text was updated successfully, but these errors were encountered: