Compare commits

..

No commits in common. "1abee60827dc39ecdc496054d265abcaa3c31197" and "558a283e738d291c29fd83793e0428fb8be28031" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -104,9 +104,6 @@ class Music:
with lock:
DEBUG("music.get_position", True)
print(f"get_position, {self.player=}")
if not self.player:
return
return self.player.get_position()
def play(self, path):

View File

@ -934,8 +934,6 @@ class DbDialog(QDialog):
# Add to playlist on screen
self.parent().visible_playlist_tab().insert_track(
self.session, track)
# Commit session to get correct row numbers if more tracks added
self.session.commit()
# Select search text to make it easier for next search
self.select_searchtext()