Skip to content

Commit

Permalink
🐛 Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Nov 25, 2023
1 parent 871c858 commit 94d41f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/lists/filterdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def path(self, value):
self.infoproperties['isPlayable'] = 'true'
return

if self._path.contains('://'):
if '://' in self._path:
return

if self.mediatype == 'tvshow' and self.infolabels.get('dbid'):
Expand Down

0 comments on commit 94d41f3

Please sign in to comment.