webrecorder/browsertrix

[Bug]: Collection replay should be fully updated when an item is added or removed

Closed this issue · 1 comments

Browsertrix Version

v1.12.0

What did you expect to happen? What happened instead?

The replay cache is not currently cleared when an item is added / removed, resulting in replay not being up to date with state of collection.

Reproduction instructions

  1. Create collection, add items
  2. Load replay.
  3. Remove items, add other items
  4. Observe replay is not automatically updated.

Screenshots / Video

No response

Environment

No response

Additional details

The simplest solution is to do a full reload, which will be supported via webrecorder/replayweb.page#374

Fixed in #2176