mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
refactor: Use same name for action (mode) attribute
This commit is contained in:
parent
f94b64ad99
commit
8221f82d1f
2 changed files with 3 additions and 3 deletions
|
@ -1973,7 +1973,7 @@ export default function (view, params) {
|
|||
}
|
||||
|
||||
function onPlayClick() {
|
||||
playCurrentItem(this, this.getAttribute('data-mode'));
|
||||
playCurrentItem(this, this.getAttribute('data-action'));
|
||||
}
|
||||
|
||||
function onPosterClick(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue