mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
remove white space
This commit is contained in:
parent
c85db57b38
commit
0f785c98c2
@ -256,7 +256,7 @@ const ItemsContainer: FC<ItemsContainerProps> = ({
|
||||
);
|
||||
|
||||
const onPlaybackStopped = useCallback(
|
||||
( _e: Event, stopInfo: PlaybackStopInfo ) => {
|
||||
(_e: Event, stopInfo: PlaybackStopInfo) => {
|
||||
const state = stopInfo.state;
|
||||
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user