Fix red/yellow from commit 8dcd781291

Change-Id: Ie5761f8f31f1d3648ba67220299cbcba582ed69d
This commit is contained in:
Christian Soffke 2024-08-11 18:09:50 +02:00
parent 8dcd781291
commit 52b9656ed6
15 changed files with 43 additions and 85 deletions

View file

@ -515,7 +515,7 @@ static bool pt_add_curr_track(struct playing_time_info *pti)
other stats */
static bool playing_time(void)
{
struct playing_time_info pti = {0};
struct playing_time_info pti = {{0}};
if (!pt_add_curr_track(&pti))
return false;