Skip to content

Commit

Permalink
made queue to be more agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 16, 2024
1 parent d7f976a commit 52a5b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/arrpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def get_queue(self, instance_type):
dict: A dictionary representing the queue.
"""
if instance_type == 'radarr':
url_addon = "page=1&pageSize=200&includeMovie=true&protocol=torrent"
url_addon = "page=1&pageSize=200&includeMovie=true"
elif instance_type == 'sonarr':
url_addon = "page=1&pageSize=200&includeSeries=true"

Expand Down

0 comments on commit 52a5b41

Please sign in to comment.