playlist-randomizer selectors need updating
See original GitHub issueDescribe the bug Some time ago, the dev of playlist-randomizer pushed an update that breaks some of the selectors on this connector.
The simple one is that .MuiAvatar-circle
changed to .MuiAvatar-circular
for the trackArtSelector, but the other issue is that the channel name is now getting appended to the track name:
Screenshots In the playlist:
In web scrobbler: This one should be track “Cosmo Funk” with artist “Snail’s House”
And in cases where the artist name isn’t in the video title, it’s using the channel name for the track name: This one should be track “Vision” with artist “Pop Up!”
And without any dashes in either the title or channel name, it puts both the title and channel name for both the track and artist: This one should be track “POGO Live 18.0.1.19” with artist “Pogo”
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top GitHub Comments
Yes, it is working in PR #3295. It just hasn’t been merged yet.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.