Skip to content

Commit

Permalink
Fix bbc_radio_1 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
andreztz committed Oct 25, 2024
1 parent eb10203 commit 60406eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xradios/plugins/plug_bbc_radio_1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import httpx


URL = "https://rms.api.bbc.co.uk/v2/services/bbc_radio_one/segments/latest"
URL = "https://rms.api.bbc.co.uk/v2/services/bbc_radio_one/segments/latest?experience=domestic&offset=0&limit=1"


def run(*args, **kwargs):
Expand Down

0 comments on commit 60406eb

Please sign in to comment.