diff options
| author | Omni Worker <bot@omni.agent> | 2025-11-22 04:47:27 -0500 |
|---|---|---|
| committer | Omni Worker <bot@omni.agent> | 2025-11-22 05:16:30 -0500 |
| commit | 9e6ffac51e82b83afad3d61e8de103d351a7b06f (patch) | |
| tree | 4df533a69daeb1614a81186ac687395df20e2012 /Biz/PodcastItLater/Core.py | |
| parent | e5408a71ac1b4997b512ecba6e0426a5018f974f (diff) | |
task: claim t-rWbMpxaBk
Diffstat (limited to 'Biz/PodcastItLater/Core.py')
| -rw-r--r-- | Biz/PodcastItLater/Core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/PodcastItLater/Core.py b/Biz/PodcastItLater/Core.py index 4c09a23..fc299cc 100644 --- a/Biz/PodcastItLater/Core.py +++ b/Biz/PodcastItLater/Core.py @@ -388,7 +388,7 @@ class Database: # noqa: PLR0904 cursor.execute( """ SELECT id, title, audio_url, duration, created_at, - content_length, author, original_url, user_id + content_length, author, original_url, user_id, is_public FROM episodes WHERE id = ? """, |
