playlist: fix track_number out of range and a little fix and alittle ui change (#1142)

* fix playlist track_number out of range
* implement pause
* fix for review: compatibility for old PPL grammar
This commit is contained in:
zxkmm
2023-06-12 00:22:15 +08:00
committed by GitHub
parent ec3cc7a859
commit 843880d22e
4 changed files with 60 additions and 36 deletions

View File

@@ -253,7 +253,6 @@ void ReplayAppView::on_target_frequency_changed(rf::Frequency f) {
void ReplayAppView::set_target_frequency(const rf::Frequency new_value) {
persistent_memory::set_tuned_frequency(new_value);
;
}
rf::Frequency ReplayAppView::target_frequency() const {