mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 09:51:37 +00:00
Update PodcastManager.js
This commit is contained in:
parent
5fd8758404
commit
78deaa17a7
1 changed files with 1 additions and 3 deletions
|
|
@ -251,9 +251,7 @@ class PodcastManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update metadata.json after episode download
|
// Update metadata.json after episode download
|
||||||
if (global.ServerSettings.storeMetadataWithItem || libraryItem.media.fetchEpisodeMetadata) {
|
|
||||||
await libraryItem.saveMetadataFile()
|
await libraryItem.saveMetadataFile()
|
||||||
}
|
|
||||||
|
|
||||||
SocketAuthority.libraryItemEmitter('item_updated', libraryItem)
|
SocketAuthority.libraryItemEmitter('item_updated', libraryItem)
|
||||||
const podcastEpisodeExpanded = podcastEpisode.toOldJSONExpanded(libraryItem.id)
|
const podcastEpisodeExpanded = podcastEpisode.toOldJSONExpanded(libraryItem.id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue