Skip to content

Commit

Permalink
Use provider link in inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 15, 2024
1 parent fd41f5d commit cb71749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/commands/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit cb71749

Please sign in to comment.