Skip to content

Commit

Permalink
Fix typo in PlayMedia playlist_type_hint parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Dec 7, 2024
1 parent d47d61f commit 7b1f9af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def uri_action(context, uri):

elif context.is_plugin_path(uri, PATHS.PLAY):
context.log_debug('Redirecting for playback: |{0}|'.format(uri))
action = 'PlayMedia({0}, playlist_time_hint=1)'.format(uri)
action = 'PlayMedia({0}, playlist_type_hint=1)'.format(uri)
result = False

elif context.is_plugin_path(uri):
Expand Down

0 comments on commit 7b1f9af

Please sign in to comment.