Skip to content

Commit

Permalink
Merge 4111764 into 5c39196
Browse files Browse the repository at this point in the history
  • Loading branch information
aav7fl committed Oct 20, 2019
2 parents 5c39196 + 4111764 commit 8f3c759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions androidtv/basetv.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class BaseTV(object):
'com.ellation.vrv': ['audio_state'],
'com.hulu.plus': [{'playing': {'wake_lock_size' : 4}},
{'paused': {'wake_lock_size': 2}}],
'com.plexapp.android': [{'playing': {'media_session_state': 3, 'wake_lock_size': 3}},
{'paused': {'media_session_state': 3, 'wake_lock_size': 1}},
'com.plexapp.android': [{'paused': {'media_session_state': 3, 'wake_lock_size': 1}},
{'playing': {'media_session_state': 3}},
'standby']}
The keys are app IDs, and the values are lists of rules that are evaluated in order.
Expand Down

0 comments on commit 8f3c759

Please sign in to comment.