Compare commits

...

2 Commits

Author SHA1 Message Date
Keith Edmunds
fa14fc7c52 Fixup reloading track from Audacity 2025-08-23 12:18:06 +01:00
Keith Edmunds
6e51e65ba8 Add .gitattibutes to define python diffing 2025-08-23 12:17:42 +01:00
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.py diff=python

View File

@ -855,7 +855,7 @@ class PlaylistTab(QTableView):
if not self.musicmuster.ac:
return
try:
self.ac.musicmuster.export()
self.musicmuster.ac.export()
self._rescan(row_number)
except ApplicationError as e:
show_warning(self.musicmuster, "Audacity error", str(e))