diff --git a/resources/lib/migration.py b/resources/lib/migration.py index be9988c6..41aceb02 100644 --- a/resources/lib/migration.py +++ b/resources/lib/migration.py @@ -15,12 +15,12 @@ def check_migration(): settings('last_migrated_PKC_version', value=v.ADDON_VERSION) return - if not compare_version(v.ADDON_VERSION, '1.8.2'): + if not compare_version(last_migration, '1.8.2'): log.info('Migrating to version 1.8.1') # Set the new PKC theMovieDB key settings('themoviedbAPIKey', value='19c90103adb9e98f2172c6a6a3d85dc4') - if not compare_version(v.ADDON_VERSION, '2.0.25'): + if not compare_version(last_migration, '2.0.25'): log.info('Migrating to version 2.0.24') # Need to re-connect with PMS to pick up on plex.direct URIs settings('ipaddress', value='')