Skip to content

Commit

Permalink
gpodder.plugins.youtube: Don't shadow other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Jun 14, 2015
1 parent 2e4237b commit 9d5161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpodder/plugins/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def get_real_channel_url(url, api_key_v3):
if len(new_urls) == 1:
return new_urls[0]

return url
return None


@registry.cover_art.register
Expand Down

0 comments on commit 9d5161d

Please sign in to comment.