Skip to content

Commit

Permalink
🐛 Removing missing func call
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Nov 10, 2024
1 parent 9b36ae7 commit d894d06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.themoviedb.helper"
version="5.4.1"
version="5.4.2"
name="TMDb Helper"
provider-name="jurialmunkey">
<requires>
Expand Down
1 change: 0 additions & 1 deletion resources/tmdbhelper/lib/monitor/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def _on_clear(self):
"""
if self.listitem_funcs.properties or self.listitem_funcs.index_properties:
return self.listitem_funcs.clear_properties()
self.listitem_funcs.blur_fallback()
self._on_idle(1)

def _on_exit(self):
Expand Down

0 comments on commit d894d06

Please sign in to comment.