V3 tidying
This commit is contained in:
parent
95aadb867a
commit
cf4d06db16
@ -1386,7 +1386,6 @@ class PlaylistProxyModel(QSortFilterProxyModel):
|
||||
and previous_plr.plr_rownum == source_row
|
||||
and previous_plr.playlist_id == self.data_model.playlist_id
|
||||
):
|
||||
print("Checking previous track")
|
||||
if track_sequence.now.start_time:
|
||||
if datetime.now() > (
|
||||
track_sequence.now.start_time
|
||||
@ -1402,7 +1401,6 @@ class PlaylistProxyModel(QSortFilterProxyModel):
|
||||
# so that it hides then - add 100mS
|
||||
# on so that it if clause above it
|
||||
# true next time through.
|
||||
print("queuing singleshot")
|
||||
QTimer.singleShot(
|
||||
Config.HIDE_AFTER_PLAYING_OFFSET + 100,
|
||||
lambda: self.data_model.invalidate_row(source_row),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user