Remove redundent else
This commit is contained in:
committed by
Bill Thornton
parent
c47c1cacb2
commit
b1c46157da
@@ -2728,9 +2728,8 @@ class PlaybackManager {
|
||||
mediaSource.albumLUFS = result.LUFS;
|
||||
return mediaSource;
|
||||
});
|
||||
} else {
|
||||
return mediaSource;
|
||||
}
|
||||
return mediaSource;
|
||||
}
|
||||
} else {
|
||||
showPlaybackInfoErrorMessage(self, 'PlaybackErrorNoCompatibleStream');
|
||||
|
||||
Reference in New Issue
Block a user