Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Encode video path
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Jul 11, 2014
1 parent e0479e7 commit 32ce93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchpotato/core/plugins/scanner.py
Expand Up @@ -553,7 +553,7 @@ def getSubtitleLanguage(self, group):
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)

Expand Down

0 comments on commit 32ce93d

Please sign in to comment.