mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 02:18:17 +00:00
Player controls UI changes
WIP on controls Chapters working Add previews variable Add lists ids WIP
This commit is contained in:
8
Model/Chapter.swift
Normal file
8
Model/Chapter.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
import Foundation
|
||||
|
||||
struct Chapter: Identifiable, Equatable {
|
||||
var id = UUID()
|
||||
var title: String
|
||||
var image: URL?
|
||||
var start: Double
|
||||
}
|
Reference in New Issue
Block a user