added radarr debug dates
This commit is contained in:
@@ -187,7 +187,7 @@ class RadarrClient:
|
||||
|
||||
while page <= 20: # Safety limit
|
||||
data = self._get("/api/v3/history", {
|
||||
"movieId": movie_id,
|
||||
"movieId": str(movie_id), # Ensure it's a string
|
||||
"page": page,
|
||||
"pageSize": page_size,
|
||||
"sortKey": "date",
|
||||
|
||||
Reference in New Issue
Block a user