1
0
Fork 0
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:
Chocobozzz 2019-04-08 11:13:49 +02:00
parent 14aed608f5
commit ae9bbed46d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 121 additions and 24 deletions

View file

@ -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 {