]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/core-utils/videos/bitrate.ts
Translated using Weblate (Toki Pona (tok))
[github/Chocobozzz/PeerTube.git] / shared / core-utils / videos / bitrate.ts
index c1891188f1581dc9fbc4da78b3032695a2012a7a..30d22df095da6aa2ae367b2b854ad2c11f1af8f3 100644 (file)
@@ -1,4 +1,4 @@
-import { VideoResolution } from "@shared/models"
+import { VideoResolution } from '@shared/models'
 
 type BitPerPixel = { [ id in VideoResolution ]: number }