Fix radarr legacy api call

This commit is contained in:
Duy NGUYEN 2022-02-01 23:01:09 +01:00
parent f7f4ebdf66
commit 6c8f9f1c5b

View File

@ -78,7 +78,7 @@ export default {
if (this.item.legacyApi) {
for (var i = 0; i < queue.length; i++) {
if (queue[i].series) {
if (queue[i].movie) {
this.activity++;
}
}