Update multi-series edit for match and make into separate component with inner modal

This commit is contained in:
advplyr 2022-05-28 15:54:04 -05:00
parent a5dacd7821
commit f41d6d5c77
7 changed files with 284 additions and 108 deletions

View file

@ -51,7 +51,6 @@ class LibraryItemController {
var hasUpdates = libraryItem.update(req.body)
if (hasUpdates) {
// Turn on podcast auto download cron if not already on
if (libraryItem.mediaType == 'podcast' && req.body.media.autoDownloadEpisodes && !this.podcastManager.episodeScheduleTask) {
this.podcastManager.schedulePodcastEpisodeCron()