mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
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:
@@ -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 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user