mirror of
https://github.com/immich-app/immich.git
synced 2026-05-20 23:02:32 -04:00
776b9cbad5
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.