don't crash when Farstream is not installed
This commit is contained in:
parent
e746ca9b1a
commit
3cbb9df77b
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ try:
|
|||
except GLib.GError:
|
||||
HAVE_FARSTREAM = False
|
||||
|
||||
except ImportError:
|
||||
except (ImportError, ValueError):
|
||||
HAVE_FARSTREAM = False
|
||||
|
||||
HAVE_UPNP_IGD = True
|
||||
|
|
Loading…
Add table
Reference in a new issue