]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/utils.ts
Upgrade to angular 10
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / utils.ts
index 3135f4e6cba6cd8ddb51636edbb02887ee5acff0..20d97c7e2182192be9a3b7f7f87a59ea5279717b 100644 (file)
@@ -1,4 +1,4 @@
-import { VideoFile } from '../../../../shared/models/videos'
+import { VideoFile } from '@shared/models'
 
 function toTitleCase (str: string) {
   return str.charAt(0).toUpperCase() + str.slice(1)