mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Merge pull request #1072 from Choromanski/feature/updated-comments
Changed comments from seconds and hours to minutes
This commit is contained in:
commit
44de741e84
1 changed files with 2 additions and 2 deletions
|
@ -731,10 +731,10 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts time in hours to 5h 25.1
|
* Converts time in minutes to 5h 25.1
|
||||||
* If less than 1 hour, just returns minutes
|
* If less than 1 hour, just returns minutes
|
||||||
*
|
*
|
||||||
* @param {float} seconds
|
* @param {float} minutes
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
function getFormattedHours(minutes) {
|
function getFormattedHours(minutes) {
|
||||||
|
|
Loading…
Reference in a new issue