소스 검색

No videos message

Leszek Wiesner 3 년 전
부모
커밋
c31529befb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cli/src/commands/content/videos.ts

+ 1 - 1
cli/src/commands/content/videos.ts

@@ -34,7 +34,7 @@ export default class VideosCommand extends ContentDirectoryCommandBase {
         3
       )
     } else {
-      this.log('There are no videos yet')
+      this.log(`There are no videos${channelId ? ' in this channel' : ''} yet`)
     }
   }
 }