Skip to content

Commit e693d8f

Browse files
author
E.S. Rosenberg a.k.a. Keeper of the Keys
committed
Add episode art url field
1 parent ae5d438 commit e693d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpodder/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class EpisodeModelFields(minidb.Model):
9494
chapters = minidb.JSON
9595
subtitle = str
9696
description_html = str
97-
97+
episode_art_url = str
9898

9999
class PodcastModelFields(minidb.Model):
100100
title = str

0 commit comments

Comments
 (0)