Fix configuration table None system language

This commit is contained in:
JonnyWong16 2023-12-06 13:20:33 -08:00
parent 5525b9851c
commit e3113ebd30
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -74,7 +74,7 @@ DOCUMENTATION :: END
</tr>
<tr>
<td>System Language:</td>
<td>${plexpy.SYS_LANGUAGE + (' (override {})'.format(plexpy.CONFIG.PMS_LANGUAGE) if plexpy.CONFIG.PMS_LANGUAGE else '')}</td>
<td>${plexpy.SYS_LANGUAGE}${' (override {})'.format(plexpy.CONFIG.PMS_LANGUAGE) if plexpy.CONFIG.PMS_LANGUAGE else ''}</td>
</tr>
<tr>
<td>Python Version:</td>