forked from extern/homer
Fix radarr legacy api call
This commit is contained in:
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
Block a user