diff options
Diffstat (limited to 'scripts/prune-storage.ts')
-rwxr-xr-x | scripts/prune-storage.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prune-storage.ts b/scripts/prune-storage.ts index c8968013b..fa3d81744 100755 --- a/scripts/prune-storage.ts +++ b/scripts/prune-storage.ts | |||
@@ -134,9 +134,9 @@ async function doesRedundancyExist (file: string) { | |||
134 | return true | 134 | return true |
135 | } | 135 | } |
136 | 136 | ||
137 | const videoFile = video.getFile(resolution) | 137 | const videoFile = video.getWebTorrentFile(resolution) |
138 | if (!videoFile) { | 138 | if (!videoFile) { |
139 | console.error('Cannot find file of video %s - %d', video.url, resolution) | 139 | console.error('Cannot find webtorrent file of video %s - %d', video.url, resolution) |
140 | return true | 140 | return true |
141 | } | 141 | } |
142 | 142 | ||