Commit graph

2 commits

Author SHA1 Message Date
Adam
e06e671d67 Fix to correctly load local libraries instead of system installed libraries
This fix correctly places the local libraries at the start of the sys.path such that they are loaded instead of any libraries that may already exist on the users system. This prevents the issue where a system library that isn't supported by SickGear is loaded and causes errors during operation.
2015-06-05 18:12:05 +08:00
Adam
f579b90d7c Add database migration code 2014-12-09 20:34:44 +08:00