Merge pull request #685 from stonerl/chapter-images-for-invidious

Invidious: add images to chapters
This commit is contained in:
Arkadiusz Fal
2024-05-23 11:35:51 +02:00
committed by GitHub
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)
}
}