Better logging on library skip

This commit is contained in:
Luigi311
2023-01-27 13:59:19 -07:00
parent 1f16fcb8eb
commit ed24948dee
3 changed files with 16 additions and 17 deletions

View File

@@ -388,7 +388,7 @@ class Plex:
if skip_reason:
logger(
f"Plex: Skipping library {library_title} {skip_reason}", 1
f"Plex: Skipping library {library_title}: {skip_reason}", 1
)
continue