Fix more race conditions with progress reporting

This commit is contained in:
ronaldheft
2022-08-08 13:47:37 -04:00
parent 162eb9afad
commit 948cd3068a
2 changed files with 59 additions and 23 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ struct DownloadItem: Realmable, Codable {
}
private enum CodingKeys : String, CodingKey {
case id, libraryItemId, episodeId, userMediaProgress, serverConnectionConfigId, serverAddress, serverUserId, mediaType, itemTitle, downloadItemParts
case id, libraryItemId, episodeId, serverConnectionConfigId, serverAddress, serverUserId, mediaType, itemTitle, downloadItemParts
}
}