Improve sync dialog for Estuary by switching item's title and sync count
This commit is contained in:
parent
548d83874b
commit
4786372490
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ class FullSync(common.fullsync_mixin):
|
|||
progress = 0
|
||||
self.dialog.update(progress,
|
||||
'%s (%s)' % (self.section_name, self.section_type_text),
|
||||
'%s/%s %s'
|
||||
% (self.current, self.total, self.title))
|
||||
'%s %s/%s'
|
||||
% (self.title, self.current, self.total))
|
||||
if app.APP.player.isPlayingVideo():
|
||||
self.dialog.close()
|
||||
self.dialog = None
|
||||
|
|
Loading…
Reference in a new issue