mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-11 06:07:53 +02:00
MangaAltTitle change Id to random
This commit is contained in:
@ -8,7 +8,7 @@ public class MangaAltTitle(string language, string title)
|
||||
{
|
||||
[StringLength(64)]
|
||||
[Required]
|
||||
public string AltTitleId { get; init; } = TokenGen.CreateToken("AltTitle", language, title);
|
||||
public string AltTitleId { get; init; } = TokenGen.CreateToken("AltTitle");
|
||||
[StringLength(8)]
|
||||
[Required]
|
||||
public string Language { get; init; } = language;
|
||||
|
Reference in New Issue
Block a user