mirror of https://github.com/bastienwirtz/homer
Fix radarr legacy api call
parent
f7f4ebdf66
commit
6c8f9f1c5b
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue