Skip to content

Commit 719e26f

Browse files
committed
On first time run, the version is obtained dynamically through __addon__.getAddonInfo('version')
1 parent 02eeda3 commit 719e26f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def main():
230230

231231
if __addon__.getSetting('version') == '':
232232
# first time run, store version
233-
__addon__.setSetting('version', '0.6.0')
233+
__addon__.setSetting('version', __addon__.getAddonInfo('version'))
234234

235235
# prompt the user to configure the plugin with their steam details
236236
if not all_required_credentials_available():

0 commit comments

Comments
 (0)