Invidious: add images to chapters

Invidious, by design, has no images attached to chapters, in contrast to Piped.

Since the majority of videos with chapters don't have chapter-specific images and only use the videos' thumbnail, there is no difference here when compared to Piped's native thumbnail support.
This commit is contained in:
Toni Förster
2024-05-20 20:11:41 +02:00
parent 90777d91f6
commit 7e3e393c65
2 changed files with 18 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ import SwiftUI
}
static var thumbnailHeight: Double {
thumbnailWidth / 1.7777
thumbnailWidth / (16 / 9)
}
}