FoxxMD / multi-scrobbler

Scrobble plays from multiple sources to multiple clients
https://foxxmd.github.io/multi-scrobbler
MIT License
299 stars 14 forks source link

configuration.md links to explore schema are broken #122

Closed Bujiraso closed 5 months ago

Bujiraso commented 6 months ago

In docsite/docs/configuration/configuration.md, the following link is given:

https://json-schema.app/view/%23/%23%2Fdefinitions%2FLastfmSourceConfig?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Fmulti-scrobbler%2Fdevelop%2Fsrc%2Fcommon%2Fschema%2Fsource.json

However navigating to it shows an error: image

Schema load failed

Attempted to pull the JSON Schema down from the public internet.

Error: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 4 of the JSON data

It looks like the backend folder is missing from this

FoxxMD commented 5 months ago

Fixed in 0.6.3