mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix logging for subtitles enabled
This commit is contained in:
parent
e667f4487f
commit
1b0c32f4e7
1 changed files with 1 additions and 1 deletions
|
@ -1539,7 +1539,7 @@ class PmsConnect(object):
|
|||
'synced_version': synced_version,
|
||||
'indexes': 1 if indexes == 'sd' else 0,
|
||||
'bif_thumb': bif_thumb,
|
||||
'subtitles': 1 if subtitle_details else 0
|
||||
'subtitles': 1 if subtitle_id else 0
|
||||
}
|
||||
|
||||
# Get the source media info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue