JonathanHolvey / plugin.audio.streaming-radio

A custom internet radio addon for Kodi
GNU General Public License v3.0
5 stars 3 forks source link

Custom source and artwork files are removed during add-on update #13

Open JonathanHolvey opened 6 years ago

JonathanHolvey commented 6 years ago

The contents of sources and artwork are reset during an add-on update so that only example files included in the repository are kept. User-created files are deleted.

This is presumably intentional behaviour from the Kodi add-on update system, to prevent redundant files from being left behind after they're removed from the add-on repository.