Entwarnung:
Ich habe es hinbekommen.

Las an einer etwas komplizierteren JavaScript Syntax, auf die man auch
erst mal kommen muss...

Nicht:

Code:
--------------------
    
  function (item) {
  ....
  }
  
--------------------


Sondern:

Code:
--------------------
    
  (
  function (item) {
  ....
  }
  )(item)
  
--------------------


Man beachte die Anzahl und Art der Klammern....



LMS-7.9@solaris. 2x Radio, 2x Duet, 1x Chromecast v1, ShairTunes, 1x
Philips Hue System
------------------------------------------------------------------------
chincheta0815's Profile: http://forums.slimdevices.com/member.php?userid=42904
View this thread: http://forums.slimdevices.com/showthread.php?t=107459

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

Antwort per Email an