mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Contributors file updated correctly
Adds shortcuts.js function to get sort order Added sort order technique to most types of media on playbackmanager.js
This commit is contained in:
parent
ecba6dccb9
commit
f922742d86
3 changed files with 28 additions and 17 deletions
|
@ -213,6 +213,7 @@ function executeAction(card, target, action) {
|
|||
});
|
||||
} else if (action === 'play' || action === 'resume') {
|
||||
const startPositionTicks = parseInt(card.getAttribute('data-positionticks') || '0', 10);
|
||||
|
||||
if (playbackManager.canPlay(item)) {
|
||||
playbackManager.play({
|
||||
ids: [playableItemId],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue