Skip to content

Commit 3b707d0

Browse files
committed
typo
1 parent 3bb499f commit 3b707d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/youtube.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def init(init)
1414
@loader.dest dest
1515
@loader.temp temp
1616

17-
Dir.mkdir(destination) unless File.exists?(dest)
17+
Dir.mkdir(dest) unless File.exists?(dest)
1818
Dir.mkdir(temp) unless File.exists?(temp)
1919
rescue
2020
logger "Error: Youtube-Plugin didn't find settings for mpd music directory and/or your preferred temporary download directory."

0 commit comments

Comments
 (0)