Implement image management enhancements: add functionality to relocate legacy images during startup, update image handling in show metadata, and refactor related API endpoints to utilize the new image storage system. Adjust database schema to support image references and update UI components for improved image selection and display.
This commit is contained in:
@@ -60,7 +60,7 @@ public sealed class GetShowQueryHandler(IAppDbContext dbContext)
|
||||
show.MetadataProvider,
|
||||
show.MetadataExternalId,
|
||||
show.Year,
|
||||
show.PosterPath is not null,
|
||||
show.PosterImageId,
|
||||
episodeDtos
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user