Compare commits
No commits in common. "fa14fc7c52701bc0b0bde76bae246ea6443dc6b2" and "19b1bf3fde5a3ac397cf3037213eeac16fa87705" have entirely different histories.
fa14fc7c52
...
19b1bf3fde
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +0,0 @@
|
||||
*.py diff=python
|
||||
@ -855,7 +855,7 @@ class PlaylistTab(QTableView):
|
||||
if not self.musicmuster.ac:
|
||||
return
|
||||
try:
|
||||
self.musicmuster.ac.export()
|
||||
self.ac.musicmuster.export()
|
||||
self._rescan(row_number)
|
||||
except ApplicationError as e:
|
||||
show_warning(self.musicmuster, "Audacity error", str(e))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user