diff options
Diffstat (limited to 'apps/plugins/lib/mul_id3.c')
-rw-r--r-- | apps/plugins/lib/mul_id3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/mul_id3.c b/apps/plugins/lib/mul_id3.c index c40a495ecd..edf44f7282 100644 --- a/apps/plugins/lib/mul_id3.c +++ b/apps/plugins/lib/mul_id3.c @@ -135,7 +135,7 @@ void collect_id3(struct mp3entry *id3, bool is_first_track) * - Unit for length will be s instead of ms * * Use result only as input for browse_id3, - * and set multiple_tracks parameter to true. + * with the track_ct parameter set to > 1. */ void finalize_id3(struct mp3entry *id3) { |