ShokoAnime / ShokoServer

Repository for Shoko Server.
http://shokoanime.com/shoko-server/
MIT License
374 stars 74 forks source link

Fix: Emit the actual duration of an AniDB ban #1113

Closed fearnlj01 closed 3 months ago

fearnlj01 commented 3 months ago

Apparently, only the seconds component of the ban duration was emitted, rather than the total duration in seconds... I was a little confused when the value was always returning 0!

This looks to get things working as expected on my end (including in the current WebUI), but I'm not too sure if changing this might cause any issues elsewhere...

da3dsoul commented 3 months ago

Facepalm good catch