Cleanup server fixme

This commit is contained in:
Chocobozzz
2020-01-28 14:45:17 +01:00
parent 2f1756a03c
commit 0374b6b5cd
14 changed files with 123 additions and 117 deletions

View File

@@ -59,7 +59,6 @@ async function countVideoViewsOf (internalServerNumber: number, uuid: string) {
if (!total) return 0
// FIXME: check if we really need parseInt
return parseInt(total + '', 10)
}