mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove redundent else
This commit is contained in:
parent
c47c1cacb2
commit
b1c46157da
1 changed files with 1 additions and 2 deletions
|
@ -2728,9 +2728,8 @@ class PlaybackManager {
|
||||||
mediaSource.albumLUFS = result.LUFS;
|
mediaSource.albumLUFS = result.LUFS;
|
||||||
return mediaSource;
|
return mediaSource;
|
||||||
});
|
});
|
||||||
} else {
|
|
||||||
return mediaSource;
|
|
||||||
}
|
}
|
||||||
|
return mediaSource;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
showPlaybackInfoErrorMessage(self, 'PlaybackErrorNoCompatibleStream');
|
showPlaybackInfoErrorMessage(self, 'PlaybackErrorNoCompatibleStream');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue