Skip to content

Commit

Permalink
Merge pull request #64 from anxdpanic/dev
Browse files Browse the repository at this point in the history
2.0.0~alpha7
  • Loading branch information
anxdpanic authored Aug 27, 2021
2 parents f4bb395 + e915c08 commit c4b890f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.skinshortcuts" name="Skin Shortcuts" version="2.0.0~alpha6" provider-name="BigNoid, marcelveldt, SiLVO">
<addon id="script.skinshortcuts" name="Skin Shortcuts" version="2.0.0~alpha7" provider-name="BigNoid, marcelveldt, SiLVO">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.unidecode" version="1.1.1+matrix.2"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/skinshorcuts/xmlfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def shouldwerun(profilelist):
log("Failed to compare hash of Item: %s Value: %s" %
(item, value))

if hashed_value is not None:
if hashed_value is None:
if xbmcvfs.exists(hashed_item):
log("New file detected %s" % hashed_item)
return True
Expand Down

0 comments on commit c4b890f

Please sign in to comment.