wisp-gg / frontend

The frontend for WISP Game Panel
https://wisp.gg
MIT License
41 stars 15 forks source link

Allow all extensions when setting up FastDL #425

Closed 0xCiBeR closed 9 months ago

0xCiBeR commented 9 months ago

Describe the feature and why you would like to see it.

It would be nice to be able to use a wildcard when specifying extensions for FastDL. Currently you have to manually allow the extensions you want 1 by 1. For some games, this would mean an impossible task as there are numerous file types, for example Multi Theft Auto.

Describe the solution you'd like.

Allow wildcard for extensions when setting up FastDL.

Optional additional context to this request.

No response

Software-Noob commented 9 months ago

Has been implemented as a wildcard for extensions and will be available in the next daemon release

    "extensions": {
      "*": true,
      "png": true,
      "jpg": true,
    },