mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 05:43:58 +02:00
Handle download complete lifecycle
This commit is contained in:
@@ -63,7 +63,7 @@ struct LocalFile: Realmable, Codable {
|
||||
}
|
||||
|
||||
struct LocalMediaProgress: Realmable, Codable {
|
||||
var id: String = UUID().uuidString
|
||||
var id: String = ""
|
||||
var localLibraryItemId: String = ""
|
||||
var localEpisodeId: String?
|
||||
var duration: Double = 0
|
||||
|
||||
Reference in New Issue
Block a user