mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
fix: update MarkdownEditor component + restyle Button and other components
This commit is contained in:
parent
746b518789
commit
b05d177f1b
35 changed files with 176 additions and 115 deletions
|
|
@ -128,12 +128,10 @@ class PodcastImportController extends BaseController
|
|||
$nsPodcast->location->attributes()['osm'] === null ? null : (string) $nsPodcast->location->attributes()['osm'],
|
||||
);
|
||||
}
|
||||
$guid = null;
|
||||
if (property_exists($nsPodcast, 'guid') && $nsPodcast->guid !== null) {
|
||||
$guid = (string) $nsPodcast->guid;
|
||||
} else {
|
||||
$guid = podcast_uuid(url_to('podcast_feed', $this->request->getPost('handle')));
|
||||
}
|
||||
|
||||
$podcast = new Podcast([
|
||||
'guid' => $guid,
|
||||
'handle' => $this->request->getPost('handle'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue