mirror of
https://github.com/yattee/yattee.git
synced 2025-10-27 10:31:56 +00:00
Merge branch 'main' into chore-linter-warnings
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user