mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove white space
This commit is contained in:
parent
c85db57b38
commit
0f785c98c2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue