From 32e60eb29268107301dea1fc7c7cbeb40fee0e8d Mon Sep 17 00:00:00 2001 From: Ruslan Khayrullin Date: Thu, 22 Sep 2022 14:59:38 +0300 Subject: [PATCH] fix(ott-2853): show preloader for loading episode --- src/features/MultiSourcePlayer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/MultiSourcePlayer/index.tsx b/src/features/MultiSourcePlayer/index.tsx index 0808fc8d..d8c50ab9 100644 --- a/src/features/MultiSourcePlayer/index.tsx +++ b/src/features/MultiSourcePlayer/index.tsx @@ -90,7 +90,7 @@ export const MultiSourcePlayer = (props: Props) => { > { !ready && ( - + )