I'm afraid that today's nightlies of SbS are broken (-mea culpa-). The
fix is in r30311. We will push out new builds just as soon we we can
persuade the build system to build them.

The fix is actually trivial:

Code:
--------------------
    
  Modified: 7.5/trunk/server/Slim/Control/Queries.pm
  URL: 
http://svn.slimdevices.com/slim/7.5/trunk/server/Slim/Control/Queries.pm?rev=30311&r1=30310&r2=30311&view=diff
  ==============================================================================
  --- 7.5/trunk/server/Slim/Control/Queries.pm (original)
  +++ 7.5/trunk/server/Slim/Control/Queries.pm Wed Mar  3 02:08:37 2010
  @@ -3489,7 +3489,7 @@
        # the case with remote tracks.
        # Note that the 1.5s here and the 1s from 'playlist stop' above could
        # accumulate in the worst case.
  -     if $request->isCommand([['playlist'], ['open', 'jump']]) {
  +     if ($request->isCommand([['playlist'], ['open', 'jump']])) {
                return 2.5;
        }
  
--------------------


I could say that this is a consequence of working in too many languages
simultaneously (Lua vs perl in this case) but, since I tested this
change before the checkin, I am baffled as to how it ended up broken.


-- 
awy
------------------------------------------------------------------------
awy's Profile: http://forums.slimdevices.com/member.php?userid=7480
View this thread: http://forums.slimdevices.com/showthread.php?t=75870

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to