mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-27 09:08:57 +01:00
Remove unnecessary fields in audiobook json
This commit is contained in:
parent
7f1fc1901b
commit
907790fe92
@ -173,9 +173,6 @@ class Audiobook {
|
|||||||
ino: this.ino,
|
ino: this.ino,
|
||||||
libraryId: this.libraryId,
|
libraryId: this.libraryId,
|
||||||
folderId: this.folderId,
|
folderId: this.folderId,
|
||||||
title: this.title,
|
|
||||||
author: this.author,
|
|
||||||
cover: this.cover,
|
|
||||||
path: this.path,
|
path: this.path,
|
||||||
fullPath: this.fullPath,
|
fullPath: this.fullPath,
|
||||||
addedAt: this.addedAt,
|
addedAt: this.addedAt,
|
||||||
|
Loading…
Reference in New Issue
Block a user