added track title override for podcasts
This commit is contained in:
parent
7c1bea379c
commit
e2e8591b4d
3 changed files with 11 additions and 7 deletions
|
@ -37,6 +37,7 @@ class PodcastManager {
|
|||
// but will at least continue to ingest new episodes.
|
||||
if (!empty($episodes)) {
|
||||
$podcast->setDbAutoIngestTimestamp(gmdate('r', strtotime($episodes[0]->getDbPublicationDate())))->save();
|
||||
Logging::info($episodes);
|
||||
$service->downloadEpisodes($episodes);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue