Remove unnecessary fields in audiobook json

This commit is contained in:
advplyr 2022-02-26 09:37:19 -06:00
parent 7f1fc1901b
commit 907790fe92

View File

@ -173,9 +173,6 @@ class Audiobook {
ino: this.ino,
libraryId: this.libraryId,
folderId: this.folderId,
title: this.title,
author: this.author,
cover: this.cover,
path: this.path,
fullPath: this.fullPath,
addedAt: this.addedAt,