瀏覽代碼

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`)
     }
   }
 }