From aef185447a86edd07f1d9ccc6a6eaf15453df379 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 18 Sep 2010 18:25:06 +0200 Subject: fixed aac radio metadata --- plugins/aac/aac.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/aac/aac.c b/plugins/aac/aac.c index 20a060e6..f278147a 100644 --- a/plugins/aac/aac.c +++ b/plugins/aac/aac.c @@ -378,7 +378,10 @@ aac_init (DB_fileinfo_t *_info, DB_playItem_t *it) { if (skip >= 0) { deadbeef->fseek (info->file, skip, SEEK_SET); } - offs =deadbeef->ftell (info->file); + offs = deadbeef->ftell (info->file); + } + else { + deadbeef->fset_track (info->file, it); } info->mp4track = -1; -- cgit v1.2.3