also in the -unstable version, the now playing block show the title i gave it but no content
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | station_347665.patch | 2.1 KB | drewish |
| #2 | station_347665.patch | 1.15 KB | tim.plunkett |
| #1 | station_module.patch | 575 bytes | tim.plunkett |
also in the -unstable version, the now playing block show the title i gave it but no content
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | station_347665.patch | 2.1 KB | drewish |
| #2 | station_347665.patch | 1.15 KB | tim.plunkett |
| #1 | station_module.patch | 575 bytes | tim.plunkett |
Comments
Comment #1
tim.plunkettMy PHP isn't stellar, but I think the issue is that it attempts to retrieve the current program and also checks to see if the program is valid, in the same step.
I broke it into two if statements, see the attached patch.
Comment #2
tim.plunkettI found another issue with the station block, this time with the streams.
I "fixed" it, but I'm not sure that I've gone about it properly.
See attached!
- Tim
Comment #3
tim.plunkettthis revision is the culprit.
Comment #4
drewish commentedThe first part of the patch is correct but the second part isn't quite right. The fix needs to go in upstream in station_schedule_get_list().
Could you review this patch?
Comment #5
drewish commentedI'm pretty happy with this patch. Committed to HEAD.