audiometadata: fix compile with -Werror; "will be initialized after ..."

Origin commit data
------------------
Commit: 97837d1513
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-28 (Wed, 28 Jun 2017)

Origin message was:
------------------
- audiometadata: fix compile with -Werror; "will be initialized after ..."
This commit is contained in:
vanhofen
2017-06-28 08:25:40 +02:00
parent e4b0a3e5b6
commit 898a85ddd7

View File

@@ -64,7 +64,7 @@ CAudioMetaData::CAudioMetaData( const CAudioMetaData& src )
hasInfoOrXingTag( src.hasInfoOrXingTag ), artist( src.artist ), hasInfoOrXingTag( src.hasInfoOrXingTag ), artist( src.artist ),
title( src.title ), album( src.album ), sc_station( src.sc_station ), title( src.title ), album( src.album ), sc_station( src.sc_station ),
date( src.date ), genre( src.genre ), track( src.track ),cover(src.cover), date( src.date ), genre( src.genre ), track( src.track ),cover(src.cover),
url( src.url ), logo( src.logo ), logo( src.logo ), url( src.url ),
cover_temporary( false ), cover_temporary( false ),
changed( src.changed ) changed( src.changed )
{ {