Explorar el Código

No videos message

Leszek Wiesner hace 3 años
padre
commit
c31529befb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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`)
     }
   }
 }