Kodi Community Forum

Full Version: Fix for broken Subtitle Button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Fixed on Git or:

Line 54 VideoOSD.xml

PHP Code:
<onclick>XBMC.ActivateWindow(1111)</onclick
to
PHP Code:
<onclick>RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick>
<
visible>Skin.HasSetting(SubsScript_Enable)</visible
Thanks, I can switch back to Night now Smile
Look forward to seeing this in an update...Laugh