Bugzilla – Bug 16138
Query error
Last modified: 2011-07-01 06:22:04 UTC
Reproduceable case isn't there yet, but a case in forum was cleared by resetting the playlist. I think that some sort of sanity check would at least avoid the backtrace (Queries.pm line 4907) something like: if (defined $prefixKey && defined $hashRef) { (tied %{$hashRef})->Unshift($prefixKey => $prefixVal); }
are we wanting this checked in, or are you looking for someone to re-produce the steps?
Up to you. :)
== Auto-comment from SVN commit #32384 to the slim repo by kdf == == http://svn.slimdevices.com/slim?view=revision&revision=32384 == Bug: 16138 Description: add additional safety check to avoid empty query reponses dumping too many backtraces when some song data isn't present
Thanks for the fix!