mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-14 14:27:06 +00:00
Update discordRichPresencePlex.py
This commit is contained in:
parent
deaec09037
commit
2a270165db
1 changed files with 2 additions and 0 deletions
|
@ -376,6 +376,8 @@ def secondsToText(seconds, joiner = ""):
|
|||
if (joiner == ""):
|
||||
text = [str(v) + k for k, v in text.items() if v > 0]
|
||||
else:
|
||||
if (text["h"] == 0):
|
||||
del text["h"]
|
||||
text = [str(v).rjust(2, "0") for k, v in text.items()]
|
||||
return joiner.join(text)
|
||||
|
||||
|
|
Loading…
Reference in a new issue