-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Plex
wake_lock_size
priority (#115)
* Rewrite plex priority to cover playback edge cases While testing Plex, I found that `paused` only uses `'wake_lock_size': 1`. But playing (in my logging) triggered (very rarely) a `wake_lock_size` of `4`, `5`, and `7`. I'm sure there are others that I didn't log, so changing the order should catch any extra `wake_lock_size` states. * Attempt to apply fix to code and add tests * Idle state to standby fix * Make Plex `media_session_state` use nested `if` * Add dropped line filtering the app for Plex
- Loading branch information
1 parent
5c39196
commit f3254d0
Showing
3 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters