Update AllWatching.swift

This commit is contained in:
cranci 2025-06-17 23:55:41 +02:00 committed by GitHub
parent cdcac3fab7
commit e3fda69df3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -275,6 +275,7 @@ struct AllWatchingView: View {
} }
} }
@MainActor
struct FullWidthContinueWatchingCell: View { struct FullWidthContinueWatchingCell: View {
let item: ContinueWatchingItem let item: ContinueWatchingItem
var markAsWatched: () -> Void var markAsWatched: () -> Void