mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-07-15 13:55:59 +02:00
Fix radarr legacy api call
This commit is contained in:
@ -78,7 +78,7 @@ export default {
|
|||||||
|
|
||||||
if (this.item.legacyApi) {
|
if (this.item.legacyApi) {
|
||||||
for (var i = 0; i < queue.length; i++) {
|
for (var i = 0; i < queue.length; i++) {
|
||||||
if (queue[i].series) {
|
if (queue[i].movie) {
|
||||||
this.activity++;
|
this.activity++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user