Skip to content

Commit

Permalink
issue: add problem text regarding sound issue with Twitter / X videos
Browse files Browse the repository at this point in the history
  • Loading branch information
rgueldenpfennig committed Dec 5, 2023
1 parent 01a004b commit d5d6e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Squidlr.Web/Pages/Download.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
@if (content is TwitterContent twitterContent)
{
<TwitterContentView Content="@twitterContent" />
<TwitterContentView Content="@twitterContent" ShowProblemText=true />
}

@if (errorMessage is not null)
Expand Down
5 changes: 3 additions & 2 deletions src/Squidlr.Web/Shared/TwitterContentView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@
<div class="alert alert-warning" role="alert">
<span class="oi oi-eye me-2" data-glyph="info" title="Information" aria-hidden="true"></span>
<span class="fw-bold">Issue with some videos</span>
<p>It seems that various videos are currently affected by a problem on the side of X.com<br>After downloading the video can't be played, e.g. the screen stays black. The reason is probably a corrupted MP4 video format.</p>
<p>I am investigating and try to find a solution. All other video download services are also affected by this issue.</p>
<p>It seems that various videos are currently affected by a problem on the side of X.com<br>After downloading, the video seems to contain no audio. Opening the video file directly in the browser plays audio, though.</p>
<p>In most cases new videos are affected by this issue.</p>
<p>I am currently investigating and try to find a solution. As far as I know other video download services are also affected by this issue.</p>
</div>
}
</div>
Expand Down

0 comments on commit d5d6e10

Please sign in to comment.