File: //tmp/cs-sound-ready-card-label.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/public_html/creator-studio/_lib/redesign.php
@@
- <?php cs_r_stat_card($isEn ? 'sound MP4 briefs' : 'Sound-MP4-Briefs', $metrics['sound_ready_mp4_briefs'] ?? 0, $isEn ? 'audio · QR · AI label' : 'Audio · QR · KI-Hinweis'); ?>
+ <?php cs_r_stat_card($isEn ? 'sound MP4 path' : 'Sound-MP4-Pfad', (((int) ($metrics['sound_ready_mp4_briefs'] ?? 0) > 0) || ((int) ($metrics['pull_asset_video_assets'] ?? 0) > 0)) ? ($isEn ? 'ready' : 'bereit') : '0', (int) ($metrics['sound_ready_mp4_briefs'] ?? 0) . ' Briefs · ' . (int) ($metrics['pull_asset_video_assets'] ?? 0) . ' Video-Assets'); ?>
*** End Patch