Send more data back from smart scan to enable if a zip was created

This commit is contained in:
Julian Stirling 2026-07-02 14:40:34 +01:00
parent 1aed597f9c
commit 18e3978134
4 changed files with 78 additions and 15 deletions

View file

@ -92,7 +92,7 @@ def test_initial_properties(entered_smart_scan_thing):
"""
smart_scan_thing = entered_smart_scan_thing
assert smart_scan_thing._scan_dir_manager.base_dir == SCAN_DIR
assert smart_scan_thing.latest_scan_name is None
assert smart_scan_thing.latest_scan_live_details is None
@dataclass