Refactor code formatting and improve readability: standardize line breaks and indentation across various endpoint files, enhancing code clarity and maintainability. Update package version formatting in Directory.Packages.props for consistency.
This commit is contained in:
@@ -44,7 +44,12 @@ public class ShowEpisode
|
||||
}
|
||||
|
||||
/// <summary>Применить метаданные серии (кадр — уже зарегистрирован в реестре — может быть null).</summary>
|
||||
public void ApplyMetadata(string? title, string? overview, Guid? stillImageId, DateOnly? airDate)
|
||||
public void ApplyMetadata(
|
||||
string? title,
|
||||
string? overview,
|
||||
Guid? stillImageId,
|
||||
DateOnly? airDate
|
||||
)
|
||||
{
|
||||
Title = title;
|
||||
Overview = overview;
|
||||
|
||||
Reference in New Issue
Block a user