Skip to content

Commit

Permalink
Update cozy/view_model/storages_view_model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Naglis Jonaitis <[email protected]>
  • Loading branch information
rdbende and naglis authored Dec 22, 2023
1 parent 3f1fb74 commit 79dd5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozy/view_model/storages_view_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _scan_new_storage(self, model: Storage) -> None:

def _rebase_storage_location(self, model: Storage, old_path: str) -> None:
self.emit_event("storage-changed", model)
log.info("Audio book location changed, rebasing the location in Cozy.")
log.info("Audiobook location changed, rebasing the location in Cozy.")
Thread(
target=self._library.rebase_path,
args=(old_path, model.path),
Expand Down

0 comments on commit 79dd5e5

Please sign in to comment.