1
0
Fork 0
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:
TelepathicWalrus 2023-08-12 10:33:19 +01:00 committed by Bill Thornton
parent c47c1cacb2
commit b1c46157da

View file

@ -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');