Detect resume playback outside of widgets also
This commit is contained in:
parent
66f6605406
commit
4d79a17738
1 changed files with 0 additions and 1 deletions
|
@ -418,7 +418,6 @@ class SpecialMonitor(Thread):
|
||||||
|
|
||||||
if (not is_playing and
|
if (not is_playing and
|
||||||
getCondVisibility('Window.IsVisible(DialogContextMenu.xml)') and
|
getCondVisibility('Window.IsVisible(DialogContextMenu.xml)') and
|
||||||
not getCondVisibility('Window.IsVisible(MyVideoNav.xml)') and
|
|
||||||
getInfoLabel('Control.GetLabel(1002)') == getLocalizedString(12021)):
|
getInfoLabel('Control.GetLabel(1002)') == getLocalizedString(12021)):
|
||||||
control = int(Window(10106).getFocusId())
|
control = int(Window(10106).getFocusId())
|
||||||
if control == 1002:
|
if control == 1002:
|
||||||
|
|
Loading…
Reference in a new issue