mirror of
https://github.com/immich-app/immich.git
synced 2026-04-05 16:52:00 -04:00
The widget is not recreated correctly when videoPlayName changes, which can cause weird behaviour with hooks and timers (like timers not firing when they should do). Using a key forces flutter to recreate the widget properly and allow the assumptions in build to work correctly.