Fix Syntax errors
This commit is contained in:
@@ -97,25 +97,25 @@
|
|||||||
"type": "checkBox",
|
"type": "checkBox",
|
||||||
"name": "Sea Gradient",
|
"name": "Sea Gradient",
|
||||||
"description": "changes the Jellyfin themed Hover gradient",
|
"description": "changes the Jellyfin themed Hover gradient",
|
||||||
"css": "@import url('https://prayag17.github.io/JellySkin/seaGradient.css');",
|
"css": "@import url('https://prayag17.github.io/JellySkin/seaGradient.css');"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "checkBox",
|
"type": "checkBox",
|
||||||
"name": "Sunset Gradient",
|
"name": "Sunset Gradient",
|
||||||
"description": "changes the Jellyfin themed Hover gradient",
|
"description": "changes the Jellyfin themed Hover gradient",
|
||||||
"css": "@import url('https://prayag17.github.io/JellySkin/sunsetGradient.css');",
|
"css": "@import url('https://prayag17.github.io/JellySkin/sunsetGradient.css');"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "checkBox",
|
"type": "checkBox",
|
||||||
"name": "Night Sky Gradient",
|
"name": "Night Sky Gradient",
|
||||||
"description": "changes the Jellyfin themed Hover gradient",
|
"description": "changes the Jellyfin themed Hover gradient",
|
||||||
"css": "@import url('https://prayag17.github.io/JellySkin/nightSkyGradient.css');",
|
"css": "@import url('https://prayag17.github.io/JellySkin/nightSkyGradient.css');"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "checkBox",
|
"type": "checkBox",
|
||||||
"name": "Morning Gradient",
|
"name": "Morning Gradient",
|
||||||
"description": "changes the Jellyfin themed Hover gradient",
|
"description": "changes the Jellyfin themed Hover gradient",
|
||||||
"css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');",
|
"css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -251,4 +251,3 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user