From 4326a465afb45622d22d2dd52fe6f4d25f1a17ef Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 11 Oct 2009 17:14:10 +0200 Subject: added total playtime display to statusbar --- plugins/faad2/faad2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/faad2') diff --git a/plugins/faad2/faad2.c b/plugins/faad2/faad2.c index 7c1d8cac..46a144ce 100644 --- a/plugins/faad2/faad2.c +++ b/plugins/faad2/faad2.c @@ -223,7 +223,7 @@ aac_insert (DB_playItem_t *after, const char *fname) { it->decoder = &plugin; it->fname = strdup (fname); it->filetype = ftype; - it->duration = duration; + deadbeef->pl_set_item_duration (it, duration); // read tags if (ftype == "aac") { -- cgit v1.2.3