Influxdb #1

Merged
d_mcknight merged 50 commits from github/fork/Dinnerbone/influxdb into master 2023-06-21 20:14:15 -07:00
Showing only changes of commit 2607584eba - Show all commits

View file

@ -247,6 +247,8 @@ class SonarrQueue(NamedTuple):
trackedDownloadState: str = None
trackedDownloadStatus: str = None
seriesId: int = None
errorMessage: str = None
outputPath: str = None
# Radarr
@ -308,6 +310,10 @@ class RadarrQueue(NamedTuple):
title: str = None
trackedDownloadState: str = None
trackedDownloadStatus: str = None
timeleft: str = None
estimatedCompletionTime: str = None
errorMessage: str = None
outputPath: str = None
# Sickchill