Compare commits
2 Commits
8618813197
...
e711ab84ab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e711ab84ab | ||
|
|
67bc3377cb |
@ -984,7 +984,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
||||
# seconds of playback. Re-enable in update_clocks.
|
||||
|
||||
self.timer10.stop()
|
||||
log.debug("10ms timer disabled", 0)
|
||||
log.debug("10ms timer disabled")
|
||||
|
||||
# If there's currently a track playing, fade it.
|
||||
if track_sequence.current:
|
||||
|
||||
@ -283,7 +283,7 @@ class PlaylistTab(QTableView):
|
||||
else:
|
||||
proxy_index = to_index
|
||||
to_model_row = self.proxy_model.mapToSource(proxy_index).row()
|
||||
log.info(
|
||||
log.debug(
|
||||
f"PlaylistTab.dropEvent(): {from_rows=}, {proxy_index=}, {to_model_row=}"
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user