Jalle19 / xbmc-video-server

Web interface for streaming or downloading media from a Kodi/XBMC library
GNU General Public License v3.0
191 stars 39 forks source link

Older migrations can fail if settings have been removed afterwards #253

Closed Jalle19 closed 9 years ago

Jalle19 commented 9 years ago

This is because the runtime cache in the Setting class which expects there to be a class property for every setting in the database, something which is not always true.