Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
#711 use correct Log function
Browse files Browse the repository at this point in the history
  • Loading branch information
pannal committed Jan 18, 2020
1 parent 11c649a commit 20a850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/support/plex_media.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def update_stream_info(part):
try:
return _update_stream_info(part)
except:
Log.Traceback("Getting Mediainfo failed for: %s", part.file)
Log.Exception("Getting Mediainfo failed for: %s", part.file)


def _update_stream_info(part):
Expand Down

0 comments on commit 20a850b

Please sign in to comment.