Track Info: Show number of tracks being inspected

Applies to the database and PictureFlow

+ fix red 6ca57ec

Change-Id: If708851ebdfe075e9d6ea3f2e2dd790cc9deac94
This commit is contained in:
Christian Soffke 2023-04-12 20:19:58 +02:00
parent 6ca57ec389
commit 43b0fba75d
9 changed files with 30 additions and 18 deletions

View file

@ -500,7 +500,7 @@ struct plugin_api {
void (*add_to_pl_cb));
bool (*browse_id3)(struct mp3entry *id3,
int playlist_display_index, int playlist_amount,
struct tm *modified, bool multiple_tracks);
struct tm *modified, int track_ct);
/* talking */
int (*talk_id)(int32_t id, bool enqueue);