aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/videos/playlists.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/videos/playlists.ts')
-rw-r--r--shared/extra-utils/videos/playlists.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/videos/playlists.ts b/shared/extra-utils/videos/playlists.ts
index 023333c87..3dde52bb9 100644
--- a/shared/extra-utils/videos/playlists.ts
+++ b/shared/extra-utils/videos/playlists.ts
@@ -1,7 +1,7 @@
1import { expect } from 'chai' 1import { expect } from 'chai'
2import { readdir } from 'fs-extra' 2import { readdir } from 'fs-extra'
3import { join } from 'path' 3import { join } from 'path'
4import { root } from '../' 4import { root } from '../miscs'
5 5
6async function checkPlaylistFilesWereRemoved ( 6async function checkPlaylistFilesWereRemoved (
7 playlistUUID: string, 7 playlistUUID: string,