Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Jul 29, 2020
1 parent 89f4edf commit 6290cbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/y20k/trackbook/helpers/FileHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ object FileHelper {
}


/* Deletes multiple tracks track */
/* Deletes multiple tracks */
private fun deleteTracks(context: Context, tracklistElements: MutableList<TracklistElement>, tracklist: Tracklist): Tracklist {
tracklistElements.forEach { tracklistElement ->
// delete track files
Expand Down
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# v2.0.5 - Echoes

**2020-05-20**

- updated translations
- About section in Settings

0 comments on commit 6290cbd

Please sign in to comment.