Adjust split indicator

This commit is contained in:
Joshua Boniface 2023-11-04 02:56:21 -04:00
parent 7cdedde2fb
commit d1602f35de
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ def format_list_osd(config, osd_list):
continue
if osd_information["is_split"]:
osd_information["device"] = f"{osd_information['device']} *s"
osd_information["device"] = f"{osd_information['device']} [s]"
# Deal with the size to human readable
if isinstance(osd_information["stats"]["kb"], int):