Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 163-music.ts #3748

Merged
merged 1 commit into from May 24, 2023
Merged

Update 163-music.ts #3748

merged 1 commit into from May 24, 2023

Conversation

youthlin
Copy link
Contributor

Describe the changes you made

update the playButtonSelector.
When the playlist is open, all item of the list have the [data-action="play"] attr. So we should update the selector to a[data-action="play"] to select the play button. 当播放列表展开时,每条待播放曲目都有[data-action="play"]属性,所以需要指定 a[data-action="play"] 以和 li[data-action="play"] 相区别。

Additional context

When Pause
image

When Play
image

update the playButtonSelector.
When the playlist is open, all item of the list have the `[data-action="play"]` attr. So we should update the selector to `a[data-action="play"]` to select the play button.
当播放列表展开时,每条待播放曲目都有`[data-action="play"]`属性,所以需要指定 `a[data-action="play"]` 以和 `li[data-action="play"]` 相区别。
@yayuyokitano yayuyokitano added connector This issue or pull request is related to connectors updated For things that were updated, e.g. connectors, icons labels May 24, 2023
@yayuyokitano yayuyokitano merged commit 6f751c5 into web-scrobbler:master May 24, 2023
9 of 10 checks passed
@youthlin youthlin deleted the patch-1 branch May 24, 2023 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connector This issue or pull request is related to connectors updated For things that were updated, e.g. connectors, icons
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants