Re-apply fix lost to a merge conflict

This commit is contained in:
Ivan Habunek 2021-01-14 22:16:17 +01:00
parent baeaedaa54
commit 9d19acbe6d
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -54,7 +54,7 @@ def videos(args):
print_out()
print_video(video["node"])
if not args.pager:
if not args.pager and has_more:
print_out(
"\n<dim>There are more videos. "
"Increase the --limit or use --pager to see the rest.</dim>"