diff --git a/src/program/services/downloaders/__init__.py b/src/program/services/downloaders/__init__.py index dd7d51a8..9eabe35f 100644 --- a/src/program/services/downloaders/__init__.py +++ b/src/program/services/downloaders/__init__.py @@ -66,7 +66,7 @@ def download_cached_stream(self, item: MediaItem, stream: Stream) -> bool: self.select_files(torrent_id, the_container.keys()) if not self.update_item_attributes(item, info, the_container): raise Exception("No matching files found!") - logger.info(f"Downloaded {item.log_string} from '{stream.raw_title}' [{stream.infohash}]") + logger.log("DEBRID", f"Downloaded {item.log_string} from '{stream.raw_title}' [{stream.infohash}]") return torrent_id def get_instant_availability(self, infohashes: list[str]) -> dict[str, list[dict]]: