Open ThosRTanner opened 1 year ago
this line:
if (vbox !== null && vbox.headline.feed.feedXML.getAttribute("playPodcast") == "true") {
should not be looking at feedXML attribute of feed like that.
Also done by grouped feed several places in fetchFeed to get refresh time
this line:
should not be looking at feedXML attribute of feed like that.