From f89f41380a1964b8bb6e73b10f1f55ed26f581df Mon Sep 17 00:00:00 2001 From: Emilien Devos <4016501+unixfox@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:13:37 +0100 Subject: [PATCH] Revert "workaround issue with TV not returning any shortDescription" This reverts commit 6ca59654baeceaa13f5c5637937bdffbe7d7b17a. --- src/lib/helpers/youtubePlayerHandling.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/helpers/youtubePlayerHandling.ts b/src/lib/helpers/youtubePlayerHandling.ts index 4d7cf01..8b6b717 100644 --- a/src/lib/helpers/youtubePlayerHandling.ts +++ b/src/lib/helpers/youtubePlayerHandling.ts @@ -45,11 +45,6 @@ export const youtubePlayerParsing = async ( const streamingData = video.streaming_data; - // WORKAROUND the issue with TV client not returning any short description - if (!videoData.videoDetails.shortDescription) { - videoData.videoDetails.shortDescription = ""; - } - // Modify the original YouTube response to include deciphered URLs if (streamingData && videoData && videoData.streamingData) { const ecatcherServiceTracking = videoData.responseContext