Skip to content

Music download link in board yaml file must be in multi-item format #83

Description

@nikkiwritescode

Here's what I mean. If a board has its music download link set up as follows:

music:
  download: https://nikkums.io/cswt/BGM/KoopaTycoonTown.music.zip

...we will see an error like this:
Screenshot 2023-06-18 194545

...but if the yaml is formatted this way:

music:
  download: 
    - https://nikkums.io/cswt/BGM/KoopaTycoonTown.music.zip

...it works. The former is completely valid yaml, so it's weird to require the latter in the case when only one download link exists.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions