restore bug workaround for new-tab videos

This commit is contained in:
ccd0 2014-07-26 10:07:13 -07:00
parent 9a93b5eec3
commit 6d5fec5dcb

View File

@ -57,6 +57,7 @@ Main =
Redirect.navigate URL
else if Conf['Loop in New Tab'] and video = $ 'video'
video.loop = true
Video.start video
return
if Conf['Normalize URL'] and g.VIEW is 'thread'