]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/video-state.ts
Translated using Weblate (Japanese)
[github/Chocobozzz/PeerTube.git] / server / lib / video-state.ts
index f75f8170457ea942ca0bed8df473c8853e2990f9..7b207eb8754b61a7e065d8eaf34fd798001955d1 100644 (file)
@@ -135,7 +135,7 @@ async function moveToPublishedState (options: {
   await federateVideoIfNeeded(video, isNewVideo, transaction)
 
   if (previousState === VideoState.TO_EDIT) {
-    Notifier.Instance.notifyOfFinishedVideoEdition(video)
+    Notifier.Instance.notifyOfFinishedVideoStudioEdition(video)
     return
   }