1
0
Fork 0
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:
MrK 2023-09-18 13:00:22 +01:00
parent 344a6bfad6
commit ecba6dccb9

View file

@ -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],