Skip to content

Commit

Permalink
Update vlsub.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
exebetche committed Nov 11, 2014
1 parent 497a1dd commit 2b029f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlsub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ function download_subtitles()
end

local message = ""
local subfileName = openSub.file.name
local subfileName = openSub.file.name or ""

if openSub.option.langExt then
subfileName = subfileName.."."..item.SubLanguageID
Expand Down

0 comments on commit 2b029f4

Please sign in to comment.