diff --git a/plextraktsync/commands/inspect.py b/plextraktsync/commands/inspect.py index 0daceb1167..62943cee75 100644 --- a/plextraktsync/commands/inspect.py +++ b/plextraktsync/commands/inspect.py @@ -70,7 +70,7 @@ def inspect_media(plex_id: PlexId): print("Guids:") for guid in pm.guids: - print(f" Guid: {guid}, Id: {guid.id}, Provider: '{guid.provider}'") + print(f" Guid: {guid.provider_link}, Id: {guid.id}, Provider: '{guid.provider}'") print(f"Metadata: {pm.to_json()}") print(f"Played on Plex: {pm.is_watched}")