Fixes case where audiofiles used wrong peakfiles

This commit is contained in:
Mathias Buhr 2015-08-29 13:48:05 +02:00 committed by Mathias Buhr
parent 95b144ee58
commit 624f76b229
10 changed files with 46 additions and 40 deletions

View file

@ -217,7 +217,7 @@ AudioPlaylistSource::setup_peakfile ()
}
string
AudioPlaylistSource::generate_peak_path (const string& /*audio_path_IGNORED*/)
AudioPlaylistSource::construct_peak_filepath (const string& /*audio_path_IGNORED*/) const
{
return _peak_path;
}