Set default for original year
This commit is contained in:
parent
0112f1e11d
commit
171db01401
|
@ -414,6 +414,7 @@ void TagReader::ReadFile(const QString &filename, spb::tagreader::SongMetadata *
|
|||
SetDefault(track);
|
||||
SetDefault(disc);
|
||||
SetDefault(year);
|
||||
SetDefault(originalyear);
|
||||
SetDefault(bitrate);
|
||||
SetDefault(samplerate);
|
||||
SetDefault(bitdepth);
|
||||
|
|
Loading…
Reference in New Issue