mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Removing bad trailing space
This commit is contained in:
parent
344a6bfad6
commit
ecba6dccb9
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ 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