mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix incorrect playbackstop event parameters
This commit is contained in:
parent
873d8597a4
commit
a18deacbb6
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ const ItemsContainer: FC<ItemsContainerProps> = ({
|
|||
);
|
||||
|
||||
const onPlaybackStopped = useCallback(
|
||||
(_e: Event, apiClient, stopInfo) => {
|
||||
(_e: Event, stopInfo) => {
|
||||
const state = stopInfo.state;
|
||||
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue