admin add confirm user + show original media info when not meet the standard

This commit is contained in:
xiaomlove
2022-07-05 03:02:33 +08:00
parent ea94c0f738
commit 147cf6db71
6 changed files with 24 additions and 3 deletions
+2 -1
View File
@@ -151,7 +151,8 @@ class TechnicalInformation
$subtitles = $this->getSubtitles();
// dd($videos, $audios, $subtitles);
if (empty($videos) && empty($audios) && empty($subtitles)) {
return '';
// return '';
return sprintf('<div style="padding: 0 0.5rem"><pre>%s</pre></div>', $this->mediaInfo);
}
$result = '<table style="border: none;width: 100%"><tbody><tr>';