Skip to content

Commit

Permalink
[fix] use temp folder for streamed content
Browse files Browse the repository at this point in the history
  • Loading branch information
amet committed Nov 23, 2012
1 parent 517132e commit d6af391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.xbmc.subtitles/resources/lib/gui.py
Expand Up @@ -75,7 +75,7 @@ def set_allparam(self):
movieFullPath = self.stackPath[0][8:]
self.stack = True

if useMovieFolderForSubs:
if useMovieFolderForSubs and not self.temp:
if use_subs_folder:
self.sub_folder = os.path.join(os.path.dirname( movieFullPath ),'Subs')
xbmcvfs.mkdirs(self.sub_folder)
Expand Down

0 comments on commit d6af391

Please sign in to comment.