Skip to content
Snippets Groups Projects
Commit ba82ab9d authored by Yann Leboulanger's avatar Yann Leboulanger Committed by Philipp Hörist
Browse files

fix regression from [e265514d]: gupnp object is keept globally. Fixes #9398

parent ee7db4f7
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ def detect_dependencies():
try:
gi.require_version('GUPnPIgd', '1.0')
from gi.repository import GUPnPIgd
GUPnPIgd.SimpleIgd()
gupnp_igd = GUPnPIgd.SimpleIgd()
_dependencies['UPNP'] = True
except ValueError:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment