Fix final progress save
This commit is contained in:
parent
32584313b0
commit
1b75a2527a
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ class MainWindow(Gtk.ApplicationWindow, Watcher):
|
||||||
if not self.player.is_playing:
|
if not self.player.is_playing:
|
||||||
return
|
return
|
||||||
|
|
||||||
file_item = self.selection
|
file_item = self.player.file_item.value
|
||||||
|
|
||||||
if file_item is None or file_item.file_type == FileType.DIRECTORY:
|
if file_item is None or file_item.file_type == FileType.DIRECTORY:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue