Encode video path

This commit is contained in:
Ruud
2014-07-11 10:30:32 +02:00
parent e0479e79bd
commit 32ce93d2e9
+1 -1
View File
@@ -553,7 +553,7 @@ class Scanner(Plugin):
scan_result = []
for p in paths:
if not group['is_dvd']:
video = Video.from_path(toUnicode(p))
video = Video.from_path(sp(p))
video_result = [(video, video.scan())]
scan_result.extend(video_result)