Skip to content

Commit

Permalink
Revert "workaround issue with TV not returning any shortDescription"
Browse files Browse the repository at this point in the history
This reverts commit 6ca5965.
  • Loading branch information
unixfox committed Dec 25, 2024
1 parent fd76a51 commit f89f413
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/helpers/youtubePlayerHandling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f89f413

Please sign in to comment.