mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-27 06:04:46 +02: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['categories'] = [$category];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$item['itunes'] = [
|
||||||
|
'duration' => $audio->duration,
|
||||||
|
];
|
||||||
|
|
||||||
$this->items[] = $item;
|
$this->items[] = $item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue