mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Minor follow up
This commit is contained in:
parent
71d234ced7
commit
68077d5578
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ class PlayUtils():
|
|||
# Verify if path is accessible
|
||||
if self.fileExists(result):
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
|
||||
def directPlay(self, result):
|
||||
|
|
Loading…
Reference in a new issue