clay
clay copied to clipboard
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]