X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Fplaylists%2Frefresh.ts;h=6f3a6be37f204c7ccc99b0117a89e2bf0a7f5a56;hb=9de33c6bd9580ab43cc7bc089c54b2fe2bdfd72d;hp=ff9e5471a3d26af0b425ae1ccb713d1a6d993189;hpb=49af5ac8c2653cb0ef23479c9d3256c5b724d49d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/playlists/refresh.ts b/server/lib/activitypub/playlists/refresh.ts index ff9e5471a..6f3a6be37 100644 --- a/server/lib/activitypub/playlists/refresh.ts +++ b/server/lib/activitypub/playlists/refresh.ts @@ -10,6 +10,8 @@ async function refreshVideoPlaylistIfNeeded (videoPlaylist: MVideoPlaylistOwner) const lTags = loggerTagsFactory('ap', 'video-playlist', 'refresh', videoPlaylist.uuid, videoPlaylist.url) + logger.info('Refreshing playlist %s.', videoPlaylist.url, lTags()) + try { const { playlistObject } = await fetchRemoteVideoPlaylist(videoPlaylist.url)