th-ch / youtube-music

YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
https://th-ch.github.io/youtube-music/
MIT License
7.49k stars 457 forks source link

[Bug]: Cache is stored in the `.config` folder #2067

Closed MartinX3 closed 2 months ago

MartinX3 commented 2 months ago

Preflight Checklist

YouTube Music (Application) Version

3.3.6

Checklists

What operating system are you using?

Other Linux

Operating System Version

Arch Linux

What CPU architecture are you using?

x64

Last Known Working YouTube Music (Application) version

No response

Reproduction steps

Use the app.

Expected Behavior

Storing the cache at ~/.cache/YouTube Music/

Actual Behavior

Storing the cache at ~/.config/YouTube Music/Cache/.

Enabled plugins

Nothing

Additional Information

No response

JellyBrick commented 2 months ago

It is managed by electron (chromium). We can't configure it.

MartinX3 commented 2 months ago

Right and here is the upstream issue https://github.com/electron/electron/issues/8124. Thank you!