mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-15 17:52:25 +02:00
Add db migration file to change audiobooks to library items with new data model
This commit is contained in:
@ -37,5 +37,9 @@ class FileMetadata {
|
||||
birthtimeMs: this.birthtimeMs
|
||||
}
|
||||
}
|
||||
|
||||
clone() {
|
||||
return new FileMetadata(this.toJSON())
|
||||
}
|
||||
}
|
||||
module.exports = FileMetadata
|
Reference in New Issue
Block a user