fix sample json, shrink fallback json

This commit is contained in:
Mario Lurig
2026-02-17 14:59:42 -07:00
parent 6ce09ee622
commit e6e761e5b6
2 changed files with 3 additions and 16 deletions
+2 -15
View File
@@ -194,26 +194,13 @@
// Fallback to sample data
return [
{
filename: "800x480-splash-hourglass_with_butterflies.png",
width: 800,
height: 480,
type: "splash",
name: "hourglass_with_butterflies"
},
{
filename: "800x480-splash-blank.png",
width: 800,
height: 480,
type: "splash",
name: "blank"
},
{
filename: "800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png",
width: 800,
height: 480,
type: "splash",
name: "a_fishing_party_winslow_homer-clevelandart_org"
name: "a_fishing_party_winslow_homer-clevelandart_org",
credit:"clevelandart_org"
},
{
filename: "800x480-loading-dungeon_crawler_carl_princess_donut.png",
+1 -1
View File
@@ -1 +1 @@
[{"filename":"800x480-splash-hourglass_with_butterflies.png","width":800,"height":480,"type":"splash","name":"hourglass_with_butterflies","credit":""},{"filename":"800x480-splash-blank.png","width":800,"height":480,"type":"splash","name":"blank","credit":""},{"filename":"800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png","width":800,"height":480,"type":"splash","name":"a_fishing_party_winslow_homer-clevelandart_org","credit":"clevelandart_org"},{"filename":"800x480-loading-dungeon_crawler_carl_princess_donut.png","width":800,"height":480,"type":"loading","name":"dungeon_crawler_carl_princess_donut","credit":""}]
[{"filename":"800x480-splash-hourglass_with_butterflies.png","width":800,"height":480,"type":"splash","name":"hourglass_with_butterflies","credit":""},{"filename":"800x480-splash-blank.png","width":800,"height":480,"type":"splash","name":"blank","credit":""},{"filename":"800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png","width":800,"height":480,"type":"splash","name":"a_fishing_party_winslow_homer","credit":"clevelandart_org"},{"filename":"800x480-loading-dungeon_crawler_carl_princess_donut.png","width":800,"height":480,"type":"loading","name":"dungeon_crawler_carl_princess_donut","credit":""}]