mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-24 17:10:32 +00:00
Remove the prompt before library selection.
This commit is contained in:
parent
7212e135c3
commit
e91e979f4d
18 changed files with 6 additions and 240 deletions
|
@ -140,10 +140,6 @@ class FullSync(object):
|
|||
|
||||
''' Select all or certain libraries to be whitelisted.
|
||||
'''
|
||||
if dialog("yesno", heading="{jellyfin}", line1=_(33125), nolabel=_(33127), yeslabel=_(33126)):
|
||||
LOG.info("Selected sync later.")
|
||||
|
||||
raise LibraryException('SyncLibraryLater')
|
||||
|
||||
choices = [x['Name'] for x in libraries]
|
||||
choices.insert(0, _(33121))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue