SAAS-1244 - improve pending podcast episode sweeping; small bugfixes
This commit is contained in:
parent
21846be7ed
commit
17a03e088f
5 changed files with 14 additions and 8 deletions
|
@ -1611,7 +1611,9 @@ var AIRTIME = (function(AIRTIME) {
|
|||
if (!$.isEmptyObject(data.file)) {
|
||||
mod.dblClickAdd(data.file, data.file.ftype);
|
||||
} else {
|
||||
AIRTIME.podcast.importSelectedEpisodes([data], mod.podcastEpisodeTableWidget);
|
||||
if (data.ingested >= 0) { // Only import if the file isn't pending
|
||||
AIRTIME.podcast.importSelectedEpisodes([data], mod.podcastEpisodeTableWidget);
|
||||
}
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue