Files
shaka-player/lib/deprecate
Joey Parrish 6bd9f42cf2 chore: Fix deprecation messages (#6289)
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.
2024-02-23 11:02:03 -08:00
..