mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 07:09:54 +03:00
[ARDAudiothekBridge] add duration to feed items (#3854)
This commit is contained in:
parent
ea2b4d7506
commit
98dafb61ae
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ class ARDAudiothekBridge extends BridgeAbstract
|
|||
$item['categories'] = [$category];
|
||||
}
|
||||
|
||||
$item['itunes'] = [
|
||||
'duration' => $audio->duration,
|
||||
];
|
||||
|
||||
$this->items[] = $item;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue