Generate video thumbnails

This commit is contained in:
Christoph Hagen
2025-01-25 22:14:31 +01:00
parent 200fdc813d
commit 06b4c1ed76
10 changed files with 254 additions and 54 deletions

View File

@ -17,7 +17,9 @@ class Item: ObservableObject, Identifiable {
}
func didChange() {
changeToggle.toggle()
DispatchQueue.main.async {
self.changeToggle.toggle()
}
}
func makeCleanAbsolutePath(_ path: String) -> String {