Fix fail detection for tvshows

Due to missing end slash - for xbmcfvs.exists()
This commit is contained in:
angelblue05 2016-08-03 18:35:55 -05:00
parent 367440dc7f
commit 46121656f8

View file

@ -1066,7 +1066,7 @@ class TVShows(Items):
path = "%s/" % playurl
toplevelpath = "%s/" % dirname(dirname(path))
if not self.pathValidation(playurl):
if not self.pathValidation(path):
return False
window('emby_pathverified', value="true")