Rename skip intro skin file
This commit is contained in:
parent
47251337f1
commit
c7ff3f573a
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