ensure cache modified time is accurate

This commit is contained in:
itsmattkc
2021-02-22 00:23:34 +11:00
parent 05cb3b86b8
commit cfbf563b2e
17 changed files with 92 additions and 65 deletions
-3
View File
@@ -52,9 +52,6 @@ void AudioPlaybackCache::SetParameters(const AudioParams &params)
// Restart empty file so there's always "something" to play
ClearPlaylist();
// Our current audio cache is unusable, so we truncate it automatically
InvalidateAll();
emit ParametersChanged();
}