diff --git a/src/contexts/TTSContext.tsx b/src/contexts/TTSContext.tsx index 1972448..404a014 100644 --- a/src/contexts/TTSContext.tsx +++ b/src/contexts/TTSContext.tsx @@ -2264,6 +2264,9 @@ export function TTSProvider({ children }: { children: ReactNode }): ReactElement effectiveNativeSpeed, configProviderRef, ttsModel, + configProviderType, + providerModelPolicy.supportsInstructions, + ttsInstructions, isEPUB, currDocPage, currDocPageNumber,