diff --git a/Shared/Player/Video Details/VideoDetailsToolbar.swift b/Shared/Player/Video Details/VideoDetailsToolbar.swift index 5cafa4ad..45d21b5b 100644 --- a/Shared/Player/Video Details/VideoDetailsToolbar.swift +++ b/Shared/Player/Video Details/VideoDetailsToolbar.swift @@ -33,6 +33,7 @@ struct VideoDetailsToolbar: View { } } } + .id(video?.id) .onChange(of: page) { newValue in activeTool = tools.first { $0.id == newValue.rawValue } }