Remove song_id and artist_id from initialization list
This commit is contained in:
parent
2ccf489a83
commit
e5dba60fab
|
@ -235,9 +235,6 @@ Song::Private::Private(Song::Source source)
|
|||
originalyear_(-1),
|
||||
compilation_(false),
|
||||
|
||||
artist_id_(-1),
|
||||
song_id_(-1),
|
||||
|
||||
beginning_(0),
|
||||
end_(-1),
|
||||
|
||||
|
|
Loading…
Reference in New Issue