mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Update P2P media loader peer version
This commit is contained in:
parent
14aed608f5
commit
ae9bbed46d
9 changed files with 121 additions and 24 deletions
|
@ -58,7 +58,7 @@ export function parseDuration (duration: number | string): number {
|
|||
}
|
||||
}
|
||||
|
||||
throw new Error('Duration could not be properly parsed')
|
||||
throw new Error(`Duration ${duration} could not be properly parsed`)
|
||||
}
|
||||
|
||||
export function parseBytes (value: string | number): number {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue