From: Dylan Lloyd <dylan@psu.edu>
Date: Fri, 21 Jan 2011 23:16:18 +0000 (-0500)
Subject: HOTFIX, added missing option declaration.
X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=029aae525ad11587ac0e1f0bb13e8fb51917c9f0;p=i_like_pandora.git

HOTFIX, added missing option declaration.
---

diff --git a/likes_pandora.py b/likes_pandora.py
index 181cda7..92d6e07 100755
--- a/likes_pandora.py
+++ b/likes_pandora.py
@@ -31,6 +31,7 @@ try:
     NOTIFICATIONS = config.getboolean('settings', 'notifications')
     YT_DL = config.get('settings', 'youtube-dl')
     DEFAULT_ICON = config.get('settings', 'default_icon')
+    YT_OPT = default_options['youtube-dl_options']
 except:
     print 'There is a formatting error in the configuration file at', CONFIG_FILE
     sys.exit()