-
-
Notifications
You must be signed in to change notification settings - Fork 290
getTheUsersQueue is incomplete #328
Copy link
Copy link
Closed
Description
The new "getTheUsersQueue" method has two issues in its current form:
- The "currentyPlaying" part is completely ignored.
- The method casts anything it returns to Track, rather than taking a case-by-case approach. As a result, if any podcasts are in the queue, they get erronously casted to Track, which doesn't cause any exceptions, but still results in attributes like the "Show" part being completely dropped.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels