Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix backup remove for alternate locations
Currently the API converts backup locations on network mounts to the Supervisor's Mount representation. However, the locations stored in the backup representations is a dictionary with the location string as key. Make sure to use the backup location string to validate the remove requests. This fixes removing backups from network storage mounts.
- Loading branch information