Add button for toggling watch status

This commit is contained in:
Arkadiusz Fal
2022-12-15 23:51:49 +01:00
parent afe7d72352
commit 4a7d6ace24
5 changed files with 45 additions and 45 deletions

View File

@@ -159,7 +159,6 @@ struct VideoContextMenuView: View {
Button {
guard let watch else { return }
player.removeWatch(watch)
FeedModel.shared.calculateUnwatchedFeed()
} label: {
Label("Remove from history", systemImage: "delete.left.fill")
}