]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/video/video-playlist.ts
Refactor schedule update
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-playlist.ts
index b504d16647bfeda46505dcb2b3ba0859a4ce6964..79e2daebf5ea9ea034da73421eba3f3f703e7a33 100644 (file)
@@ -1,5 +1,5 @@
 import { VideoPlaylistModel } from '../../../models/video/video-playlist'
-import { PickWith } from '../../utils'
+import { PickWith } from '@shared/core-utils'
 import { MAccount, MAccountDefault, MAccountSummary, MAccountSummaryFormattable } from '../account'
 import { MThumbnail } from './thumbnail'
 import { MChannelDefault, MChannelSummary, MChannelSummaryFormattable, MChannelUrl } from './video-channels'