Skip to content

Commit

Permalink
podcast is not defined in most cases since an exception happened whil…
Browse files Browse the repository at this point in the history
…e it was being initialized
  • Loading branch information
E.S. Rosenberg a.k.a. Keeper of the Keys committed Sep 24, 2024
1 parent 19a26d4 commit 72f57ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def show_loading():
try:
podcast = self.core.model.load_podcast(url, create=True)
except Exception as e:
pyotherside.send('core-error', 'Podcast: {}\nFeed URL: {}\nload_podcast error: {}'.format(podcast.title, podcast.url, str(e)))
pyotherside.send('core-error', 'Feed URL: {}\nload_podcast error: {}'.format(url, str(e)))
pyotherside.send('podcast-list-changed')
return false

Expand Down

0 comments on commit 72f57ff

Please sign in to comment.