Diff
Differences From Artifact [4c365e0c90]:
- File channels/radiobrowser.py — part of check-in [e9c2e9a3a2] at 2020-05-15 19:36:33 on branch trunk — Apply more `self.status(i / pages)` progressbar calls for some channels. (user: mario, size: 9784) [annotate] [blame] [check-ins using]
To Artifact [5b821599ee]:
- File channels/radiobrowser.py — part of check-in [51e6023978] at 2022-02-21 08:05:23 on branch trunk — disable station inflation * 2 (user: mario, size: 9780) [annotate] [blame] [check-ins using]
119 120 121 122 123 124 125 | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | - + | else: data = self.api( "stations/search", { self.tagmap[conf.radiobrowser_cat]: cat, "hidebroken": "true", "order": "click", |