implemented base for thumbnail display

This commit is contained in:
itsmattkc
2022-05-25 11:18:08 -07:00
parent 44b9888efb
commit 60f7f06de4
21 changed files with 503 additions and 328 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ void PlaybackCache::Invalidate(const TimeRange &r)
emit Invalidated(r);
if (automatic_) {
emit Request(r, false);
emit Request(r, kCacheOnly);
}
}