mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-12 15:04:43 +02:00
Fix podcast episode downloading
This commit is contained in:
parent
81a4e4ff7b
commit
599a8e23cb
2 changed files with 3 additions and 4 deletions
|
@ -161,7 +161,6 @@ struct AudioFile: Realmable, Codable {
|
|||
var metadata: FileMetadata
|
||||
|
||||
init() {
|
||||
index = 0
|
||||
ino = ""
|
||||
metadata = FileMetadata()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue