Add check for whether to queue the currently playing album (close #78) #97
No reviewers
Labels
No labels
bug
client
code-quality
duplicate
enhancement
help wanted
in progress
invalid
question
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: coderkun/mcg#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Check if the album to be played is currently the same as the last album
in the playlist. If so, this album should not be appended to the playlist,
but instead we should just play the first track from the album.
Thanks for your patch, @oenometer. I will test it later today.
I would probably change this check to use the equal operator on the class instead of calling the
_id
property manually:assigned to @coderkun
changed this line in version 2 of the diff
added 1 commit
3301c860
- Moved check for avoiding duplicate tracks in the playlistCompare with previous version
Pull request closed