digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

Profile download path forced to lowercase #89

Closed digitalec closed 1 year ago

digitalec commented 1 year ago

When specifying a download_path for profiles, they are being forced into lowercase strings.

Case should be preserved. If running comparison on value, using lower() will suffice.

Issue originally reported by thejm (Discord)

digitalec commented 1 year ago

Have tested this extensively on 2.18.5, 2.19 and 2.19.1 and not able to reproduce.