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

Origin commit data
------------------
Branch: ni/coolstream
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 ..."

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-28 08:25:40 +02:00
parent 2cfee7cc7d
commit 3fd16ffbf5

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 )
{ {