Remove the prompt before library selection.

This commit is contained in:
Odd Stråbø 2019-11-09 20:16:19 +01:00
parent 7212e135c3
commit e91e979f4d
18 changed files with 6 additions and 240 deletions

View file

@ -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))