mirror of
https://github.com/yattee/yattee.git
synced 2025-12-01 13:48:14 +00:00
Minor fixes, extract video context menu view
This commit is contained in:
@@ -3,7 +3,7 @@ import AVKit
|
||||
import Foundation
|
||||
import SwiftyJSON
|
||||
|
||||
final class Video: Identifiable, ObservableObject {
|
||||
struct Video: Identifiable {
|
||||
let id: String
|
||||
var title: String
|
||||
var thumbnailURL: URL?
|
||||
|
||||
Reference in New Issue
Block a user