removed obsolute code for icons
This commit is contained in:
parent
ec2b42c3be
commit
cff42b7b6f
1 changed files with 0 additions and 2 deletions
|
@ -198,8 +198,6 @@ class WebInterfaceSites:
|
||||||
del args["weblang"]
|
del args["weblang"]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
if "icon" in args.keys():
|
|
||||||
return plugin.getIcon()
|
|
||||||
## check the device argument of volume plugins
|
## check the device argument of volume plugins
|
||||||
if "volume" in plugin.pluginCapabilities:
|
if "volume" in plugin.pluginCapabilities:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue