Open GoogleCodeExporter opened 9 years ago
Improper processing XML, in a method RadioTime Now Playing.Get.
case 1: // if station has song then [Artists - Song] else [Description] if (!hassong) { Description = outline.Text; } break; case 2: // if station has song then [Genre | Description] else [Location] if (hassong) { Description = outline.Text; } else { Location = outline.Text; } break; case 3: // if station has song then [Location] if (hassong) { Location = outline.Text; } break;
Original issue reported on code.google.com by
ajs.blackhole
on 6 Jan 2015 at 1:14Attachments: