mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-19 11:21:27 +02:00
Add feed migration and cleanup
This commit is contained in:
@@ -169,6 +169,8 @@ function migratePodcast(oldLibraryItem, LibraryItem) {
|
||||
//
|
||||
const oldEpisodes = oldPodcast.episodes || []
|
||||
for (const oldEpisode of oldEpisodes) {
|
||||
oldEpisode.audioFile.index = 1
|
||||
|
||||
const PodcastEpisode = {
|
||||
id: uuidv4(),
|
||||
index: oldEpisode.index,
|
||||
|
Reference in New Issue
Block a user