mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
6bd9f42cf2
Some deprecation messages were misleading, and claimed that entire
classes like AbrManager were deprected, when in fact, it was a
particular form of AbrManager (without a method) that is deprecated.
This adds method and other details to the deprecation calls where
needed.
We also had a malformed messsage where join('') was called on the pieces
instead of join(' '). This fixes the formatting.