playbackcache: keep track of cache file time to prevent unnecessary loads

This commit is contained in:
itsmattkc
2022-09-23 17:54:46 -07:00
parent 81b7c79a14
commit 658fe9da7e
2 changed files with 11 additions and 2 deletions
+2
View File
@@ -132,6 +132,8 @@ private:
QVector<Passthrough> passthroughs_;
qint64 last_loaded_state_;
};
}