When the user chooses to not delete a track, show it properly

master
Salim Blume 2022-03-17 22:01:46 -05:00
parent 7adfda340e
commit 8657e563cb
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ function viewTrack(filename, info) {
f.erase();
viewTracks();
} else
viewTrack(n, info);
viewTrack(filename, info);
});
};
menu['< Back'] = () => { viewTracks(); };