Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid throwing an exception on tracks without an explicitRating key
Without this patch I get some responses from the server that lack an explicitRating key, causing an exception to be thrown that results in these tracks being dropped from the user interface. This simply checks to see if the explicitRating key exists before attempting to read it. Signed-off-by: Palmer Dabbelt <[email protected]>
- Loading branch information