cplay-ng

simple curses audio player
git clone https://git.ce9e.org/cplay-ng.git

commit
fdace4d0fae16d5fa451b7c306191ddeb30badeb
parent
739e1b7c90c288cc837494f68b9b6766f1f37aac
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-04-25 09:19
UI: restore colon after Playing

was there in some previous version, probably got lost during the rewrite

Diffstat

M cplay.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/cplay.py b/cplay.py

@@ -760,7 +760,7 @@ class Application:
  760   760         elif self.tab == helplist:
  761   761             status = f'cplay-ng {__version__}'
  762   762         elif player.is_playing:
  763    -1             status = f'Playing {player.get_title()}'
   -1   763             status = f'Playing: {player.get_title()}'
  764   764         else:
  765   765             status = ''
  766   766