Enhance show management: add OriginalName property to ShowSummaryDto, update ListShowsQueryHandler to include OriginalName, and improve upload functionality by allowing auto-detection of shows based on file names. Update translations for better user guidance on show detection.
This commit is contained in:
@@ -35,6 +35,7 @@ public sealed class ListShowsQueryHandler(IAppDbContext dbContext)
|
||||
return new ShowSummaryDto(
|
||||
s.Id,
|
||||
s.Name,
|
||||
s.OriginalName,
|
||||
s.Kind,
|
||||
s.Episodes.Count,
|
||||
seasons,
|
||||
|
||||
Reference in New Issue
Block a user