Setting location.genrecsv to a csv in a mounted volume should use that file instead of the default path.
Current Behavior
Manually editing the genrecsv through settings in the docker GUI brings up the default file. The path says /root/.local/share/powershell/Modules/Javinizer/2.5.7/jvGenres.csv
Expected Behavior
Setting
location.genrecsv
to a csv in a mounted volume should use that file instead of the default path.Current Behavior
Manually editing the genrecsv through settings in the docker GUI brings up the default file. The path says
/root/.local/share/powershell/Modules/Javinizer/2.5.7/jvGenres.csv
Steps to Reproduce (for bugs)
Start container with
Go to settings in GUI and set
location.genrecsv
to/home/settings/jvGenres.csv
Click on apply
Click on edit next to
location.genrecsv
to find that the path still says/root/.local/share/powershell/Modules/Javinizer/2.5.7/jvGenres.csv
Your Environment