* Christian Pernegger shaped the electrons to say...

6.1-trunk does not seem to follow symlinks anymore. (This time I _did_
check the bug repository). Quite the showstopper for me as well. On
the bright side - it will probably be patched within 12h :)

Or 5 minutes even. :)

Checked in already - here's the manual patch.

--- Slim/Utils/Misc.pm  (revision 3508)
+++ Slim/Utils/Misc.pm  (working copy)
@@ -851,7 +851,7 @@
               }
# Don't bother with file types we don't understand.
               -               if ($validRE && -l _ || -f _) {
               +               if ($validRE && -f _) {

-D
--
<Nigel> Please refrain from fearing the reaper.
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to