added track title override for podcasts

This commit is contained in:
Robbt 2018-12-23 14:54:47 -05:00
parent 7c1bea379c
commit e2e8591b4d
3 changed files with 11 additions and 7 deletions

View file

@ -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);
}
}