mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-13 13:21:50 +02:00
Fix merge conflict errors
This commit is contained in:
@@ -133,7 +133,7 @@ class LocalPodcastEpisode: Object, Codable {
|
||||
class LocalFile: Object, Codable {
|
||||
@Persisted(primaryKey: true) var id: String = UUID().uuidString
|
||||
@Persisted var filename: String?
|
||||
@Persisted var contentUrl: String = ""
|
||||
@Persisted var _contentUrl: String = ""
|
||||
@Persisted var mimeType: String?
|
||||
@Persisted var size: Int = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user