mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-30 22:59:37 +02:00
Remove unnecessary fields in audiobook json
This commit is contained in:
parent
7f1fc1901b
commit
907790fe92
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue