Fixed preset name expansion for remote presets
This commit is contained in:
parent
47e9811a96
commit
2fff174bb2
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ class RemotePresets:
|
||||||
# every room specified
|
# every room specified
|
||||||
|
|
||||||
# Strip every "global" out of the room list. We take special care of
|
# Strip every "global" out of the room list. We take special care of
|
||||||
# global later on.
|
# "global" later on.
|
||||||
while "global" in rooms:
|
while "global" in rooms:
|
||||||
rooms.remove("global")
|
rooms.remove("global")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue