mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-23 08:22:46 +00:00
remove useless code and change one logging debug text
This commit is contained in:
parent
70d7522570
commit
1e7b875dbe
2 changed files with 1 additions and 3 deletions
|
@ -268,8 +268,6 @@ def validate_bluray_dir(path):
|
|||
|
||||
path = path + '/BDMV/'
|
||||
|
||||
path = path if os.path.supports_unicode_filenames else path
|
||||
|
||||
if not xbmcvfs.exists(path):
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue