08-04-2024, 07:48 PM
(08-04-2024, 07:21 PM)kurt1970 Wrote: Hi @Tim Curtis ,
Here you go:
20240804 211949 here0
20240804 211949 here1
20240804 211949 Array
(
[path] => Array
(
[playlist] => test
[items] => 1
)
)
And when it works, I see this:
20240804 212152 here0
20240804 212152 here1
20240804 212152 Array
(
[path] => Array
(
[playlist] => test
[items] => Array
(
[0] => RADIO/KEXP 90.3 FM Seattle.pls
)
)
)
The failure case shows that the 'items' element is empty or corrupt. I'll have to walk the client JS code to see where and how that element gets set.