]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/migrations/peertube-2.1.ts
Update translations
[github/Chocobozzz/PeerTube.git] / scripts / migrations / peertube-2.1.ts
index e17e5816630cdf6b356c2791b1b20b9b2a9c6c9c..4bbc203c18afd1e93eb58853e68711d65286ed70 100644 (file)
@@ -8,7 +8,7 @@ import { HLS_STREAMING_PLAYLIST_DIRECTORY, STATIC_PATHS, WEBSERVER } from '@serv
 import { pathExists, stat, writeFile } from 'fs-extra'
 import { createTorrentPromise } from '@server/helpers/webtorrent'
 import { CONFIG } from '@server/initializers/config'
-import * as parseTorrent from 'parse-torrent'
+import parseTorrent from 'parse-torrent'
 import { logger } from '@server/helpers/logger'
 
 run()