mastodon-ios icon indicating copy to clipboard operation
mastodon-ios copied to clipboard

Replace deprecated `AVAsset.tracks(withMediaType:)`

Open woxtu opened this issue 4 months ago • 0 comments

This PR replaces deprecated AVAsset.tracks(withMediaType:) to resolve the following warning:

'tracks(withMediaType:)' was deprecated in iOS 16.0: Use loadTracks(withMediaType:) instead

https://developer.apple.com/documentation/avfoundation/avasset/1387140-tracks

woxtu avatar Mar 04 '24 01:03 woxtu