From fd04c7a395f4ac26942222e29e2dd9a8901bff41 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 24 Mar 2011 21:30:11 +0100 Subject: got rid of filetype field in playitem structure --- plugins/aac/aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/aac') diff --git a/plugins/aac/aac.c b/plugins/aac/aac.c index 903b189e..08679a55 100644 --- a/plugins/aac/aac.c +++ b/plugins/aac/aac.c @@ -1121,7 +1121,7 @@ aac_insert (DB_playItem_t *after, const char *fname) { } DB_playItem_t *it = deadbeef->pl_item_alloc_init (fname, plugin.plugin.id); - it->filetype = ftype; + deadbeef->pl_add_meta (it, ":FILETYPE", ftype); deadbeef->pl_set_item_duration (it, duration); trace ("duration: %f sec\n", duration); -- cgit v1.2.3