Hotfix database minimum version = 1.0.2

This commit is contained in:
tomkat83 2016-03-07 17:49:26 +01:00
parent 348cf5e50f
commit d5a3ac00a5

View file

@ -86,7 +86,7 @@ class Service():
videonodes.VideoNodes().clearProperties()
# Set the minimum database version
window('emby_minDBVersion', value="1.1.63")
window('emby_minDBVersion', value="1.0.2")
def ServiceEntryPoint(self):