mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Fix typo
This commit is contained in:
parent
3e1aa94c78
commit
cb18f17dbe
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ def getThemeMedia():
|
||||||
else:
|
else:
|
||||||
# if it does not exist this will not work so warn user
|
# if it does not exist this will not work so warn user
|
||||||
# often they need to edit the settings first for it to be created.
|
# often they need to edit the settings first for it to be created.
|
||||||
dialog.ok(heading=lang(29999), line1=lang(33073))0
|
dialog.ok(heading=lang(29999), line1=lang(33073))
|
||||||
xbmc.executebuiltin('Addon.OpenSettings(script.tvtunes)')
|
xbmc.executebuiltin('Addon.OpenSettings(script.tvtunes)')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue