mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-13 02:19:46 +01: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