Fix: fix extra request

This commit is contained in:
alongw 2024-05-15 19:52:02 +08:00
parent 649e33ed89
commit 0dc40a56f1
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ export const useMovieApi = (roomToken: string) => {
parentId: room.movieList[room.movieList.length - 1].id
}
});
await changeCurrentMovie("", false);
ElNotification({
title: "已清空",
type: "success"