docker-beets
docker-beets copied to clipboard
fix: Addded flask-cors for web plugin to use
- [x] I have read the contributing guideline and understand that I have made the correct modifications
Description:
Add flask-cors python package to the image.
Benefits of this PR and context:
This PR adds to the python packages available to the app. The web plugin uses flask-cors
How Has This Been Tested?
- Bulit a new docker image
- Run it and changed the config and added cors support to the web plugin.
- Used an external beet web frontend (beetle) to play a track.
- No changes to any code
