From c31a5ee2e012401b1cc57789570c8e454f9f7537 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Fri, 18 Nov 2022 22:19:41 +0100 Subject: [PATCH] Fix redrawing video description --- Shared/Player/Video Details/VideoDescription.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Shared/Player/Video Details/VideoDescription.swift b/Shared/Player/Video Details/VideoDescription.swift index ebee74ee..6d6bff25 100644 --- a/Shared/Player/Video Details/VideoDescription.swift +++ b/Shared/Player/Video Details/VideoDescription.swift @@ -29,6 +29,7 @@ struct VideoDescription: View { keywords } + .id(video.videoID) } @ViewBuilder var textDescription: some View {