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:
parent
bf5e525714
commit
68362f4a1f
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ export default function (view) {
|
||||||
if (player !== currentPlayer) {
|
if (player !== currentPlayer) {
|
||||||
releaseCurrentPlayer();
|
releaseCurrentPlayer();
|
||||||
currentPlayer = player;
|
currentPlayer = player;
|
||||||
if (!player) return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue