mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-12 15:04:43 +02:00
First pass at attempting to save library items
This commit is contained in:
parent
e620f53705
commit
175e642081
3 changed files with 64 additions and 31 deletions
|
@ -37,7 +37,7 @@ struct MediaType: Codable {
|
|||
var metadata: Metadata
|
||||
var coverPath: String?
|
||||
var tags: [String]?
|
||||
var audioFiles: [AudioTrack]?
|
||||
var audioFiles: [AudioFile]?
|
||||
var chapters: [Chapter]?
|
||||
var tracks: [AudioTrack]?
|
||||
var size: Int64?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue