Closed jrutanen closed 9 years ago
Ok everything worked well this time. I see you changed the git name, which is perfect. I still want to check the code, but as far as I've seen it's ok.
2 improvements still:
in DatabaseManager::addMediaPlayerPath(QString mediaPlayerPath)
Why don't you directly remove and, if the string is not empty, insert? Here you've got a lot of logic (get the value, compare, update or insert depending of the state...).
It's alright
You're right the addition is too complicated. Remove+insert is much more straight forward. I'll change that.
Thanks for a lot for the review.
Menus #54
Wrong SQLite data type in config table #122