From bad6ade611422524012e33446e652329c0a9cd50 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 11 Feb 2020 20:29:42 +0000 Subject: updated api documentation, removed empty flags git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9223 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/flac/decoderflacfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/flac/decoderflacfactory.cpp') diff --git a/src/plugins/Input/flac/decoderflacfactory.cpp b/src/plugins/Input/flac/decoderflacfactory.cpp index f51883f22..ab5836186 100644 --- a/src/plugins/Input/flac/decoderflacfactory.cpp +++ b/src/plugins/Input/flac/decoderflacfactory.cpp @@ -83,7 +83,7 @@ QList DecoderFLACFactory::createPlayList(const QString &path, TrackI TrackInfo *info = new TrackInfo(filePath); - if(parts == TrackInfo::NoParts) + if(parts == TrackInfo::Parts()) return QList() << info; TagLib::Ogg::XiphComment *tag = nullptr; -- cgit v1.2.3-13-gbd6f