Add missing notification text
This commit is contained in:
parent
2ffd4491cf
commit
99d0fe7538
2 changed files with 4 additions and 3 deletions
|
@ -84,9 +84,9 @@ msgctxt "#30014"
|
||||||
msgid "Connection"
|
msgid "Connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# PKC settings - Artwork
|
# Pop-up notification if user tried to manually initiate fanart download
|
||||||
msgctxt "#30015"
|
msgctxt "#30015"
|
||||||
msgid "Movie and show FanartTV lookups left to do:"
|
msgid "Fanart download already running"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#30016"
|
msgctxt "#30016"
|
||||||
|
|
|
@ -107,9 +107,10 @@ class Sync(backgroundthread.KillableThread):
|
||||||
utils.lang(39224), # refresh all
|
utils.lang(39224), # refresh all
|
||||||
utils.lang(39225)) == 0
|
utils.lang(39225)) == 0
|
||||||
if not self.start_fanart_download(refresh=refresh):
|
if not self.start_fanart_download(refresh=refresh):
|
||||||
|
# Fanart download already running
|
||||||
utils.dialog('notification',
|
utils.dialog('notification',
|
||||||
heading='{plex}',
|
heading='{plex}',
|
||||||
message=message,
|
message=utils.lang(30015),
|
||||||
icon='{plex}',
|
icon='{plex}',
|
||||||
sound=False)
|
sound=False)
|
||||||
elif state.RUN_LIB_SCAN == 'textures':
|
elif state.RUN_LIB_SCAN == 'textures':
|
||||||
|
|
Loading…
Reference in a new issue