digitalec / deemon

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

DEPRECATED dict key: playlist['url'] should not be used in favor of playlist['link'] #107

Closed pokemaster974 closed 5 months ago

pokemaster974 commented 5 months ago

Hi, with the last version I got a warming when updating my playlist : DEPRECATED dict key: playlist['url'] should not be used in favor of playlist['link'] Regards

pokemaster974 commented 5 months ago

Hi, with the last version I got a warming when updating my playlist : DEPRECATED dict key: playlist['url'] should not be used in favor of playlist['link'] Regards

This is due to this commit https://github.com/digitalec/deemon/commit/00cc3ce448bb9939c5c4548b06afd40ae01e6bc4 Do we need to do something to update the dict or can it be updated to the right key with a new commit later ?

pokemaster974 commented 5 months ago

My bad, it seems to have been updated alone. I don't have anymore the warming.

digitalec commented 5 months ago

My bad. That should’ve been a debug message. There was a lot of back and forth over url/link in the code and every time I think I’ve cleaned it up, it bites me again.

That message was added simply for me to be able to see if any old references to link were being used and is not actually an error. It’s 100% safe to ignore.

I’ll patch it later today. Thanks for the heads up!