1
0
Fork 0
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:
Dmitry Lyzo 2022-02-20 19:28:36 +03:00
parent f94b64ad99
commit 8221f82d1f
2 changed files with 3 additions and 3 deletions

View file

@ -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) {