robweber / xbmclibraryautoupdate

Kodi Addon to update your video/music libraries on a schedule
MIT License
30 stars 22 forks source link

Clean library fix #52

Closed robweber closed 5 years ago

robweber commented 5 years ago

The clean library monitor was sending a string message through to the cleanLibrary() function. This function expected a CronSchedule object instead. This fix creates the object as expected.