fix(import): set episodes as premium if podcast is set as premium by default

This commit is contained in:
Yassine Doghri 2024-02-21 12:57:16 +00:00
parent 6c3dee2131
commit dfd66beebf
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ class PodcastImport extends BaseCommand
'type' => $item->itunes_episodeType->getValue(),
'is_blocked' => $item->itunes_block->getValue(),
'location' => $location,
'is_premium' => $this->podcast->is_premium_by_default,
'published_at' => $item->pubDate->getValue(),
]);