diff --git a/.github/workflows/develop-arm7.yml b/.github/workflows/develop-arm7.yml index 5dad0236..742da0c3 100644 --- a/.github/workflows/develop-arm7.yml +++ b/.github/workflows/develop-arm7.yml @@ -1,4 +1,4 @@ -name: Docker Develop Release +name: Docker Develop Release Arm7 on: push: diff --git a/README.md b/README.md index c185528e..faa64381 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Before posting on GitHub about an enhancement, error, or configuration question ## Wiki Table of Contents - [Home](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Home) - [Installation](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Installation) +- [Run Commands & Environmental Variables](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Run-Commands-&-Environmental-Variables) - [Local Walkthrough](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Local-Walkthrough) - [Docker Walkthrough](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Docker-Walkthrough) - [unRAID Walkthrough](https://github.com/meisnate12/Plex-Meta-Manager/wiki/unRAID-Walkthrough) diff --git a/modules/config.py b/modules/config.py index 3b7b7c3f..8c8d2eba 100644 --- a/modules/config.py +++ b/modules/config.py @@ -414,7 +414,7 @@ class ConfigFile: except Failed as e: self.errors.append(e) logger.error(e) - logger.info(f"My Anime List Connection {'Failed Continuing as Guest ' if self.MyAnimeList is None else 'Successful'}") + logger.info(f"AniDB Connection {'Failed Continuing as Guest ' if self.MyAnimeList is None else 'Successful'}") if self.AniDB is None: self.AniDB = AniDB(self, None) diff --git a/plex_meta_manager.py b/plex_meta_manager.py index e40d43b0..5b914c20 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -945,7 +945,7 @@ def run_playlists(config): else: server_check = pl_library.PlexServer.machineIdentifier - sync_to_users = config.general["playlist_sync_to_user"] + sync_to_users = config.general["playlist_sync_to_users"] if "sync_to_users" in playlist_attrs: sync_to_users = playlist_attrs["sync_to_users"] elif "sync_to_user" in playlist_attrs: