Opened 4 years ago
Closed 4 years ago
Last modified 4 years ago
small bug in youtube_api.py
in:
173 region = self.userPrefs.find("region")
174 if region != None:
175 self.configregion? = region.text
176 else:
177 self.configregion? = u'us'
line 174 should be
if region != None and region.text:
or else youtube -T
crashes if region.text is not set
Change History (5)
Component: |
MythTV - General →
Plugin - MythNetvision
|
Milestone: |
unknown →
0.28
|
Owner: |
set to Jonatan Lindblad
|
Status: |
new →
accepted
|
Resolution: |
→ fixed
|
Status: |
accepted →
closed
|
In a8dcf35fe25dfd9f0501b8f0bd4d08e770f415e0/mythtv: