mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-04-04 09:47:00 +00:00

When the play queue was null, and this method was called a null pointer exception would be thrown. This change adds an additional check to see if the play queue is not null before making additional changes.