We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48c684 commit b1569c0Copy full SHA for b1569c0
Feature/Feature/SharedVideoEditView/ViewModel/SharedVideoEditViewModel.swift
@@ -75,7 +75,7 @@ private extension SharedVideoEditViewModel {
75
if let currentTappedVideoPresentationModel = owner.tappedVideoPresentationModel {
76
guard
77
let tappedVideo = videos.first(
78
- where: { $0.url == currentTappedVideoPresentationModel.url }),
+ where: { $0.url.path == currentTappedVideoPresentationModel.url.path }),
79
let model = await owner.makeVideoPresentationModel(video: tappedVideo)
80
else { return }
81
owner.setTappedVideoPresentationModel(model: model)
0 commit comments