mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
added return value of selectCaptionById from selectLanguage function
This commit is contained in:
parent
65efb65bc8
commit
803668b492
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export function useCaptions() {
|
|||
async (language: string) => {
|
||||
const caption = captionList.find((v) => v.language === language);
|
||||
if (!caption) return;
|
||||
selectCaptionById(caption.id);
|
||||
return selectCaptionById(caption.id);
|
||||
},
|
||||
[captionList, selectCaptionById],
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue