From f4f4111536951feed392a6869575ed80ffe87c4d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 27 Jul 2004 14:10:48 +0000 Subject: Added possibility to select the priority of the ID3 tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4962 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/talk.c') diff --git a/apps/talk.c b/apps/talk.c index 462ab85dd1..51e8ae7f01 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -390,7 +390,7 @@ int talk_file(char* filename, bool enqueue) if (p_thumbnail == NULL || size_for_thumbnail <= 0) return -1; - if(mp3info(&info, filename)) /* use this to find real start */ + if(mp3info(&info, filename, false)) /* use this to find real start */ { return 0; /* failed to open, or invalid */ } -- cgit v1.2.3