Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e045dbd8 authored by Christopher R. Palmer's avatar Christopher R. Palmer
Browse files

nuplayer: Fix the "Fix CTS issues in NuPlayer"

If I play music with Google Play Music and then pause it, I have
two sources that are still polling for buffering updates in
the background.  This shows up in the log as

info/warning: (702,0)

Digging into it, the quoted change causes getCachedDuration to
never return the end of stream status (it always returns 0)
instead.

Fix this by not short-cutting sources that can do their own
cached lookup and instead move the new code down further in
the logic.

Change-Id: I7382561e2b3127016eb72307ed3c7f4e1fecc7b4
parent 134f9f6f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment