From 3a08cb8fbb96b7b7280e417fb2f3a954fda82d12 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 15 Jan 2016 20:25:37 +0000 Subject: rgscan: fixed m4a support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6036 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/rgscan/rgscandialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/rgscan') diff --git a/src/plugins/General/rgscan/rgscandialog.cpp b/src/plugins/General/rgscan/rgscandialog.cpp index c925611e3..bfd8b3cec 100644 --- a/src/plugins/General/rgscan/rgscandialog.cpp +++ b/src/plugins/General/rgscan/rgscandialog.cpp @@ -429,10 +429,11 @@ void RGScanDialog::on_writeButton_clicked() writeAPETag(file.APETag(true), item); file.save(); } - else if(ext == "m4a") + else if(ext == "m4a") //MPEG-4 Part 14 { TagLib::MP4::File file(qPrintable(item->url)); writeMP4Tag(file.tag(), item); + file.save(); } } } -- cgit v1.2.3-13-gbd6f