diff --git a/app/Controllers/Admin/EpisodeController.php b/app/Controllers/Admin/EpisodeController.php
index 91c9a69954ed4bf3e3b37a64e8de86641fc131c0..bacf575f52a7a7052f546349aafaf96c320a2a22 100644
--- a/app/Controllers/Admin/EpisodeController.php
+++ b/app/Controllers/Admin/EpisodeController.php
@@ -134,7 +134,7 @@ class EpisodeController extends BaseController
             'podcast_id' => $this->podcast->id,
             'title' => $this->request->getPost('title'),
             'slug' => $this->request->getPost('slug'),
-            'guid' => '',
+            'guid' => null,
             'audio_file' => $this->request->getFile('audio_file'),
             'description_markdown' => $this->request->getPost('description'),
             'image' => $image,