feat: save media alternative titles

This commit is contained in:
Simon Ding
2024-12-13 11:35:32 +08:00
parent 60edeacd0d
commit 67014cfb16
10 changed files with 246 additions and 2 deletions

View File

@@ -143,6 +143,7 @@ var (
{Name: "download_history_episodes", Type: field.TypeBool, Nullable: true, Default: false},
{Name: "limiter", Type: field.TypeJSON, Nullable: true},
{Name: "extras", Type: field.TypeJSON, Nullable: true},
{Name: "alternative_titles", Type: field.TypeJSON, Nullable: true},
}
// MediaTable holds the schema information for the "media" table.
MediaTable = &schema.Table{