wi1-bot 1.4.6__tar.gz → 1.4.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/PKG-INFO +1 -1
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/_version.py +2 -2
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/arr/radarr.py +2 -2
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/transcoder/transcoder.py +1 -1
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot.egg-info/PKG-INFO +1 -1
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/.dockerignore +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/.github/workflows/pypi-publish.yml +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/.gitignore +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/.pre-commit-config.yaml +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/.vscode/launch.json +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/.vscode/settings.json +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/Dockerfile +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/LICENSE +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/README.md +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/compose.yaml +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/config.yaml.template +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/pyproject.toml +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/setup.cfg +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/tests/movie_downloaded.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/__init__.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/arr/__init__.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/arr/download.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/arr/episode.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/arr/movie.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/arr/sonarr.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/config.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/discord/__init__.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/discord/bot.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/discord/cogs/__init__.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/discord/cogs/movie.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/discord/cogs/series.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/discord/helpers.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/push.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/scripts/__init__.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/scripts/add_tag.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/scripts/rescan.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/scripts/start.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/scripts/transcode_item.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/transcoder/__init__.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/transcoder/transcode_queue.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot/webhook.py +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot.egg-info/SOURCES.txt +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot.egg-info/dependency_links.txt +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot.egg-info/entry_points.txt +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot.egg-info/requires.txt +0 -0
- {wi1-bot-1.4.6 → wi1-bot-1.4.7}/wi1_bot.egg-info/top_level.txt +0 -0
@@ -149,10 +149,10 @@ class Radarr:
|
|
149
149
|
raise ValueError(f"no quality profile with the id {profile_id}")
|
150
150
|
|
151
151
|
def rescan_movie(self, movie_id: int) -> None:
|
152
|
-
self._radarr.post_command("RescanMovie", movieId=movie_id)
|
152
|
+
self._radarr.post_command("RescanMovie", movieId=movie_id) # type: ignore
|
153
153
|
|
154
154
|
def refresh_movie(self, movie_id: int) -> None:
|
155
|
-
self._radarr.post_command("RefreshMovie", movieIds=[movie_id])
|
155
|
+
self._radarr.post_command("RefreshMovie", movieIds=[movie_id]) # type: ignore
|
156
156
|
|
157
157
|
def search_missing(self) -> None:
|
158
158
|
self._radarr.post_command(name="MissingMoviesSearch")
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|