Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix null pointer exception in play button method
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.
- Loading branch information