generated from PlexSheep/rs-base
chore: add bug comment for #17
This commit is contained in:
parent
a5bd54a8e0
commit
edd1751a98
|
@ -151,6 +151,8 @@ pub fn timebarw_label<'a>(
|
|||
),
|
||||
};
|
||||
let until = last_reset
|
||||
// BUG: seconds are sometimes a little too much, for
|
||||
// example with `-o` #17
|
||||
.checked_add_signed(len.into())
|
||||
.expect("could not calculate when the countdown finishes");
|
||||
let timestamp_until: String =
|
||||
|
|
Reference in New Issue