Skip to content

Commit

Permalink
Always keeping first version
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed May 7, 2021
1 parent 04a892b commit 816732c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/webrecorder
1 change: 1 addition & 0 deletions src/Webrecorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <condition_variable>
#include <functional>
#include <filesystem>
#include <optional>

class Webrecorder {
public:
Expand Down
1 change: 1 addition & 0 deletions webext/background/Backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Backend {
url: url,
path: path,
serve: serveMode,
archive: 'latest-and-first',
allowLossyCompression: allowLossyCompression,
deterministic: true
}
Expand Down
2 changes: 1 addition & 1 deletion webext/background/BookmarkLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class BookmarkLibrary {

async _handleTabRemoved (id) {
await this._stopRecordingInTab(id)
this._purgeTemporarilyBypassedBookmarks()
setTimeout(() => { this._purgeTemporarilyBypassedBookmarks() }, 100)
}

async _handleRecordingFinished (recorder) {
Expand Down

0 comments on commit 816732c

Please sign in to comment.