x1ongzhu 2 jaren geleden
bovenliggende
commit
651d6dc032
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      app/Controllers/Http/SeriesController.ts

+ 2 - 0
app/Controllers/Http/SeriesController.ts

@@ -42,6 +42,7 @@ export default class SeriesController {
                 title: schema.string(),
                 description: schema.string.optional(),
                 cover: schema.string.optional(),
+                landscapeCover: schema.string.optional(),
                 tags: schema.array.optional().members(schema.string()),
                 releaseDate: schema.date.optional(),
                 meta: schema.object.optional().anyMembers()
@@ -64,6 +65,7 @@ export default class SeriesController {
                 title: schema.string.optional(),
                 description: schema.string.optional(),
                 cover: schema.string.optional(),
+                landscapeCover: schema.string.optional(),
                 tags: schema.array.optional().members(schema.string()),
                 releaseDate: schema.date.optional(),
                 meta: schema.object.optional().anyMembers(),