X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fmigrations%2Fpeertube-2.1.ts;h=4bbc203c18afd1e93eb58853e68711d65286ed70;hb=36e5e1d7a68aeb59e2cf17691c922213b606b249;hp=e17e5816630cdf6b356c2791b1b20b9b2a9c6c9c;hpb=80fdaf064562aff968f4c9cea1cf220bc12a70da;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/migrations/peertube-2.1.ts b/scripts/migrations/peertube-2.1.ts index e17e58166..4bbc203c1 100644 --- a/scripts/migrations/peertube-2.1.ts +++ b/scripts/migrations/peertube-2.1.ts @@ -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()