Handle download complete lifecycle

This commit is contained in:
ronaldheft
2022-08-07 10:27:08 -04:00
parent 5495bcb945
commit b549528e23
5 changed files with 62 additions and 9 deletions
+1 -1
View File
@@ -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