From e3fda69df3940c8a8024848ea32a00f6d9e05d9a Mon Sep 17 00:00:00 2001 From: cranci <100066266+cranci1@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:55:41 +0200 Subject: [PATCH] Update AllWatching.swift --- Sora/Views/LibraryView/AllWatching.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sora/Views/LibraryView/AllWatching.swift b/Sora/Views/LibraryView/AllWatching.swift index 14682c7..558facd 100644 --- a/Sora/Views/LibraryView/AllWatching.swift +++ b/Sora/Views/LibraryView/AllWatching.swift @@ -275,6 +275,7 @@ struct AllWatchingView: View { } } +@MainActor struct FullWidthContinueWatchingCell: View { let item: ContinueWatchingItem var markAsWatched: () -> Void