mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 19:17:45 +02:00
fix(import): save media files during podcast import + set missing media fields
This commit is contained in:
parent
58e2a00a87
commit
a9989d841a
8 changed files with 48 additions and 20 deletions
|
|
@ -54,11 +54,6 @@ class EpisodeModel extends Model
|
|||
*/
|
||||
protected $table = 'episodes';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $primaryKey = 'id';
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue