Skip to content

updated demo data to prevent new implementation of responsive image to throw...

Oliver Meschnig requested to merge hotfix/olme/demo-data-seeder into main

When running the DemoDataSeeder on a fresh database it adds a '{"media_item": 1}',

which produces an error with the new implementation.

The changes will prevent such an error.

Merge request reports