Merge pull request #1396 from croneter/fix-skip-intro
Rename skip intro skin file
This commit is contained in:
commit
ed9a2ca0ac
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def skip_intro(intros):
|
||||||
if start <= progress < end:
|
if start <= progress < end:
|
||||||
in_intro = True
|
in_intro = True
|
||||||
if in_intro and app.APP.skip_intro_dialog is None:
|
if in_intro and app.APP.skip_intro_dialog is None:
|
||||||
app.APP.skip_intro_dialog = SkipIntroDialog('skip_intro.xml',
|
app.APP.skip_intro_dialog = SkipIntroDialog('script-plex-skip_intro.xml',
|
||||||
v.ADDON_PATH,
|
v.ADDON_PATH,
|
||||||
'default',
|
'default',
|
||||||
'1080i',
|
'1080i',
|
||||||
|
|
Loading…
Reference in a new issue