Commit dfd66bee authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent 6c3dee21
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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(),
            ]);