mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-04-10 12:46:43 +00:00

As the player can be null in some cases, we have to make sure that the player is not null, by using Optionals on the player itself instead of its methods returning Optionals. If the player is null, the play queue audio track menu will now be hidden.