mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 22:59:46 +02:00
[AutoPodcasterBridge] FIX nested lists
This commit is contained in:
parent
5c9becfcff
commit
fb5424ac9d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class AutoPodcasterBridge extends FeedExpander {
|
|||
$sources[] = $sourceEl->src;
|
||||
}
|
||||
if($sources) {
|
||||
$audios[$sources[0]] = ['sources' => [$sources]];
|
||||
$audios[$sources[0]] = ['sources' => $sources];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue