Skip to content

Commit

Permalink
[ARDAudiothekBridge] add duration to feed items (#3854)
Browse files Browse the repository at this point in the history
  • Loading branch information
xduugu authored Dec 23, 2023
1 parent ea2b4d7 commit 98dafb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bridges/ARDAudiothekBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ public function collectData()
$item['categories'] = [$category];
}

$item['itunes'] = [
'duration' => $audio->duration,
];

$this->items[] = $item;
}
}
Expand Down

0 comments on commit 98dafb6

Please sign in to comment.