Merge branch 'main' into chore-linter-warnings

This commit is contained in:
Arkadiusz Fal
2024-08-24 12:12:12 +02:00
committed by GitHub
29 changed files with 1143 additions and 410 deletions

View File

@@ -265,7 +265,7 @@ struct PlayerControls: View {
var controlsBackgroundURL: URL? {
if let video = player.videoForDisplay,
let url = thumbnails.best(video)
let url = thumbnails.best(video).url
{
return url
}