Skip to content

Commit

Permalink
Merge branch 'master' into bug-1714
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Nov 5, 2023
2 parents 2203ff7 + 30b6490 commit 43a91a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/lib/actions/actionparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ def create_action_url(self, channel, action, item=None, store_id=None, category=
if channel:
params[keyword.CHANNEL] = channel.url_id

if item is None and channel is not None:
params[keyword.RANDOM_LIVE] = random.randint(10000, 99999)

params[keyword.ACTION] = action

# it might have an item or not
Expand Down

0 comments on commit 43a91a9

Please sign in to comment.