Updates demo

This commit is contained in:
Shaps Benkau 2023-02-01 11:43:30 +00:00
parent 1e926bf829
commit 562ed614aa
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public extension Backport<Any>.PHPickerFilter {
if #available(iOS 14, *) { if #available(iOS 14, *) {
return .init(filter: .livePhotos) return .init(filter: .livePhotos)
} else { } else {
return .init(mediaTypes: [kUTTypeLivePhoto, kUTTypeMovie]) return .init(mediaTypes: [kUTTypeLivePhoto, kUTTypeImage])
} }
} }
} }