mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[ARDAudiothekBridge] add duration to feed items (#3854)
This commit is contained in:
parent
ea2b4d7506
commit
98dafb61ae
@ -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…
Reference in New Issue
Block a user