Merge pull request #1403 from croneter/update-filename
Rename skip intro skin file
This commit is contained in:
commit
4bef20da32
2 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,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