Commit Graph

3 Commits

Author SHA1 Message Date
jbrechtel 9011a00475 Fix dashboard failing to load episodes after RSS import
Build and Deploy / build-and-deploy (push) Successful in 52s
The root cause was that modernc.org/sqlite stores time.Time as strings
but cannot scan strings back into time.Time, causing ListEpisodes to
fail. Changed PublishedAt and CreatedAt in store structs from time.Time
to string, with format/parse handled at the application level.

Also fixed a secondary issue where the published_at format stored during
import had a duplicated timezone offset.
2026-07-12 16:17:51 -04:00
jbrechtel b075433e6e Attemping to fix bulk upload problem 2026-07-12 16:11:02 -04:00
jbrechtel 119d4100b5 add RSS import feature
Build and Deploy / build-and-deploy (push) Successful in 1m9s
2026-07-10 14:49:50 -04:00