mirror of
https://github.com/immich-app/immich.git
synced 2026-04-06 09:12:03 -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.