From 277bdd28610f0707553f2546293e428c1b945ab1 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 7 May 2011 12:39:38 +0200 Subject: fixed streaming ogg and aac filetype --- plugins/aac/aac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/aac') diff --git a/plugins/aac/aac.c b/plugins/aac/aac.c index 8027c612..c751135d 100644 --- a/plugins/aac/aac.c +++ b/plugins/aac/aac.c @@ -588,6 +588,7 @@ aac_init (DB_fileinfo_t *_info, DB_playItem_t *it) { return -1; } trace("parse_aac_stream returned %x\n", offs); + deadbeef->pl_replace_meta (it, ":FILETYPE", "AAC"); } if (offs >= 0) { -- cgit v1.2.3