lavalink-devs / Lavalink

Standalone audio sending node based on Lavaplayer.
https://lavalink.dev/
MIT License
1.56k stars 668 forks source link

Auto delete outdated plugin files #1013

Closed Fyphen1223 closed 7 months ago

Fyphen1223 commented 7 months ago

Change request

I want to let Lavalink can delete its already outdated plugin jar files. It is so annoying to see outdated plugins do take place.

Relevance

Maybe.

Could this be a plugin instead?

No, since it is plugin-related problem.

Checklist

topi314 commented 7 months ago

Lavalink already deletes your outdated plugins when you specify a new version in your application.yml

Fyphen1223 commented 6 months ago

What? Then that's the bug lmao

freyacodes commented 6 months ago

What version of Lavalink are you using? This was a bug, but it should have been fixed in #991

Fyphen1223 commented 6 months ago

I was using beta of v4, so I think that's the cause in this case.

topi314 commented 6 months ago

There was a specific case where lavalink wouldn't delete old plugins which had a - in their version

This has been resolved in newer versions of v4 and is a won't fix for v3

Fyphen1223 commented 6 months ago

Got it, thanks!