[ADD] New entities for library db
This commit is contained in:
9
Manager.Data/Models/LibraryContext/CaptionEntity.cs
Normal file
9
Manager.Data/Models/LibraryContext/CaptionEntity.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Manager.Data.Models.LibraryContext;
|
||||
|
||||
public class CaptionEntity
|
||||
{
|
||||
public required string MediaId { get; set; }
|
||||
public required string Name { get; set; }
|
||||
public required string CaptionPath { get; set; }
|
||||
public string? LanguageCode { get; set; }
|
||||
}
|
Reference in New Issue
Block a user