diff options
Diffstat (limited to 'apps/status.c')
| -rw-r--r-- | apps/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/status.c b/apps/status.c index 6a7c6a4..00f8c5e 100644 --- a/apps/status.c +++ b/apps/status.c @@ -126,10 +126,10 @@ int current_playmode(void) audio_stat = get_radio_status(); if(audio_stat == FMRADIO_PLAYING) - return STATUS_PLAY; + return STATUS_RADIO; if(audio_stat == FMRADIO_PAUSED) - return STATUS_PAUSE; + return STATUS_RADIO_PAUSE; #endif return STATUS_STOP; |