lib/ayadn/status.rb in ayadn-1.6.0 vs lib/ayadn/status.rb in ayadn-1.7.0
- old
+ new
@@ -307,7 +307,10 @@
"\nSorry, can't find this show.\n".color(:blue)
end
def self.no_show_infos
"\nSorry, can't find informations about this show.\n".color(:blue)
end
+ def self.no_force target
+ "\n'#{target}' can't be displayed (could be muted, blocked, in the Blacklist, etc). Use option '--force' ('-f') to try and display this content anyway.\n\n".color(:blue)
+ end
end
end