Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed May 8, 2018
1 parent 809e687 commit 919851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_dleyna/library.py
Expand Up @@ -56,7 +56,7 @@ def iterate(func, translate, limit):
while future:
try:
objs, more = future.get()
except:
except Exception:
# some media servers will raise a DBusException when
# iterating beyond the last item, which may happen with
# Browse due to dLeyna not passing TotalMatches...
Expand Down

0 comments on commit 919851a

Please sign in to comment.