Add original name support for shows: implement API endpoint to set original name, update Show and ShowDto models to include original name field, and enhance UI components for managing original names in show metadata. Update validation and database schema accordingly.
This commit is contained in:
@@ -32,6 +32,7 @@ public sealed record EpisodeDto(
|
||||
public sealed record ShowDto(
|
||||
Guid Id,
|
||||
string Name,
|
||||
string? OriginalName,
|
||||
ShowKind Kind,
|
||||
string? Description,
|
||||
string? MetadataProvider,
|
||||
|
||||
Reference in New Issue
Block a user