diff --git a/README.md b/README.md index 99915075..fcf0da53 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ The script is designed to work with most Metadata agents including the new Plex * [Wiki](https://github.com/meisnate12/Plex-Meta-Manager/wiki) * [Local Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Local-Installation) -* [Docker Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Docker) +* [Docker Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Docker-Installation) +* [unRAID Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/unRAID-Installation) ## Support diff --git a/modules/config.py b/modules/config.py index 761b61d6..f339a6b7 100644 --- a/modules/config.py +++ b/modules/config.py @@ -128,7 +128,7 @@ class Config: if attribute in data and data[attribute]: message = f"neither {data[attribute]} or the default path {default} could be found" else: - message = f"no {text} found and the default path {default} could be found" + message = f"no {text} found and the default path {default} could not be found" default = None if default is not None or default_is_none: message = message + f" using {default} as default"