mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35:48 -07:00
Update playback_m3u.php
This commit is contained in:
parent
2751369569
commit
944e3f9e18
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ foreach ($m3uData as $entry) {
|
|||
$audioTracks = array_filter($ffpInfo->streams, function ($e) {
|
||||
return $e->codec_type === 'audio';
|
||||
});
|
||||
dump($audioTracks);
|
||||
$audioDub = array_map(function ($stream) {
|
||||
if (!isset($stream->tags)) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue