mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 05:54:47 +02:00
Fix missing metadata
This commit is contained in:
parent
f655f89c49
commit
d3172ece9b
3 changed files with 8 additions and 4 deletions
|
@ -179,6 +179,7 @@ extension LocalLibraryItem {
|
|||
libraryItemId: self.libraryItemId,
|
||||
episodeId: episode?.serverEpisodeId,
|
||||
mediaType: self.mediaType,
|
||||
mediaMetadata: mediaMetadata,
|
||||
chapters: chapters,
|
||||
displayTitle: mediaMetadata?.title,
|
||||
displayAuthor: authorName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue