1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove line that returns early for no reason

This commit is contained in:
Georges-Antoine Assi 2023-10-16 16:21:35 -04:00
parent bf5e525714
commit 68362f4a1f
No known key found for this signature in database
GPG key ID: E01F01B06E816D51

View file

@ -26,7 +26,6 @@ export default function (view) {
if (player !== currentPlayer) {
releaseCurrentPlayer();
currentPlayer = player;
if (!player) return;
}
}