Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Honeypot
mopidy-youtube
Commits
a31015d0
Commit
a31015d0
authored
Oct 13, 2015
by
Koen Schmeets
Browse files
More explicit check
parent
097dfd6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mopidy_youtube/backend.py
View file @
a31015d0
...
...
@@ -67,9 +67,9 @@ def resolve_url(url, stream=False):
return
images
=
[]
if
video
.
bigthumb
:
if
video
.
bigthumb
is
not
None
:
images
.
append
(
video
.
bigthumb
)
if
video
.
bigthumbhd
:
if
video
.
bigthumbhd
is
not
None
:
images
.
append
(
video
.
bigthumbhd
)
track
=
Track
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment