update duration info in db when replaygain scan finishes
This commit is contained in:
parent
1ec74cea49
commit
ab1b828f4d
1 changed files with 1 additions and 0 deletions
|
|
@ -1154,6 +1154,7 @@ Player.prototype.performScan = function(dbFile) {
|
|||
fileInfo.peak = info.peak;
|
||||
fileInfo.track.replayGainTrackGain = gain;
|
||||
fileInfo.track.replayGainTrackPeak = info.peak;
|
||||
fileInfo.track.duration = info.duration;
|
||||
checkUpdateGroovePlaylist(self);
|
||||
} else {
|
||||
if (scanContext.aborted) return cleanupAndCb();
|
||||
|
|
|
|||
Loading…
Reference in a new issue