This commit is contained in:
MagiX13 2026-05-07 00:00:51 -07:00 committed by GitHub
commit a1e8c5fdf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 126 additions and 7 deletions

View file

@ -175,6 +175,7 @@ function migratePodcast(oldLibraryItem, LibraryItem) {
itunesArtistId: oldPodcastMetadata.itunesArtistId,
language: oldPodcastMetadata.language,
podcastType: oldPodcastMetadata.type,
podcastFilenameFormat: oldPodcastMetadata.podcastFilenameFormat,
explicit: !!oldPodcastMetadata.explicit,
autoDownloadEpisodes: !!oldPodcast.autoDownloadEpisodes,
autoDownloadSchedule: oldPodcast.autoDownloadSchedule,