Skip to content

Commit

Permalink
[Mediaserver/Emby] Add classes to known reflection to ensure JSON bod…
Browse files Browse the repository at this point in the history
…y gets rendered correctly in native image
  • Loading branch information
Schaka committed Aug 28, 2024
1 parent 375cf2a commit 2e037a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import org.springframework.context.annotation.Configuration
* Only required for native image
*/
@RegisterReflectionForBinding(classes = [ItemPage::class, MediaFolderItem::class, LibraryContent::class,
VirtualFolderResponse::class, ProviderIds::class, UserData::class, CollectionResponse::class,
VirtualFolderResponse::class, ProviderIds::class, UserData::class, CollectionResponse::class, AddLibraryRequest::class,
AddVirtualFolder::class, AddPathRequest::class, AddMediaPathRequest::class,
])
@Configuration(proxyBeanMethods = false)
Expand Down

0 comments on commit 2e037a9

Please sign in to comment.