This commit is contained in:
MagiX13 2026-02-23 02:21:37 +00:00 committed by GitHub
commit 0339c6c52e
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,