mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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:
|
||||
# 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.
|
||||
dialog.ok(heading=lang(29999), line1=lang(33073))0
|
||||
dialog.ok(heading=lang(29999), line1=lang(33073))
|
||||
xbmc.executebuiltin('Addon.OpenSettings(script.tvtunes)')
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue