|
@ -553,7 +553,7 @@ class Scanner(Plugin): |
|
|
scan_result = [] |
|
|
scan_result = [] |
|
|
for p in paths: |
|
|
for p in paths: |
|
|
if not group['is_dvd']: |
|
|
if not group['is_dvd']: |
|
|
video = Video.from_path(toUnicode(p)) |
|
|
video = Video.from_path(sp(p)) |
|
|
video_result = [(video, video.scan())] |
|
|
video_result = [(video, video.scan())] |
|
|
scan_result.extend(video_result) |
|
|
scan_result.extend(video_result) |
|
|
|
|
|
|
|
|