Skip to content

Commit

Permalink
Fix test on DASH MP4 format link
Browse files Browse the repository at this point in the history
  • Loading branch information
Taapat committed Jun 30, 2024
1 parent 8763930 commit 618748a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/try_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def try_plugin_screens_load():
from Components.ServiceEventTracker import ServiceEventTracker
func = list(ServiceEventTracker.EventMap.values())[0][0][2]
config.plugins.YouTube.lastPosition.value = '["%s", 1]' % session.current_dialog.current[0]
config.plugins.YouTube.player.value = '5002'
func()
session.current_dialog.close(True)
session.current_dialog.started = False
Expand Down

0 comments on commit 618748a

Please sign in to comment.